Skip to content

Commit 248414f

Browse files
committed
readline can output control codes
1 parent 272c5ed commit 248414f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/readline/tests/readline_callback_handler_install_001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var_dump(readline_callback_handler_install('testing: '));
1515

1616
?>
1717
--EXPECTF--
18-
testing: bool(true)
18+
%Atesting: bool(true)
1919

2020
Warning: readline_callback_handler_install(): foobar! is not callable in %s on line %d
2121
bool(false)

ext/readline/tests/readline_callback_handler_remove_001.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ var_dump(readline_callback_handler_install('testing: ', 'foo'));
1313
var_dump(readline_callback_handler_remove());
1414

1515
?>
16-
--EXPECT--
16+
--EXPECTF--
1717
bool(false)
18-
testing: bool(true)
18+
%Atesting: bool(true)
1919
testing: bool(true)
2020
bool(true)

0 commit comments

Comments
 (0)