Skip to content

Commit 649da43

Browse files
committed
settings state is sticky, fix test expectation for that
1 parent 7e4c0c7 commit 649da43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/readline/tests/gh18139.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ var_dump(readline_info('line_buffer', 'fourth'));
1414
--EXPECTF--
1515
string(%d) "%S"
1616
string(5) "first"
17-
string(0) ""
17+
string(%d) "%S"
1818
string(5) "third"

0 commit comments

Comments
 (0)