Skip to content

Commit 4ae5691

Browse files
committed
Fix failing readline() basic test
Test for readline() basic doesn't seem to capture the STDIN in the output for some systems such as macOS and Windows.
1 parent 31b2dcb commit 4ae5691

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/readline/tests/readline_basic.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ var_dump(readline('Enter some text:'));
1414
--STDIN--
1515
I love PHP
1616
--EXPECTF--
17-
Enter some text:I love PHP
18-
string(10) "I love PHP"
17+
%Astring(10) "I love PHP"

0 commit comments

Comments
 (0)