Merge pull request #3274 from no382001/issue3262
fix read/1 on non-TTY stdin blocking until newline
This commit is contained in:
4
tests-pl/issue3262.pl
Normal file
4
tests-pl/issue3262.pl
Normal file
@@ -0,0 +1,4 @@
|
||||
:- initialization(main).
|
||||
main :-
|
||||
read(Term),
|
||||
write(Term).
|
||||
Reference in New Issue
Block a user