replicating readline control characters in test output

Readline is awful and dumps characters in the output.
This was causing tests to act weird on another build.
Esse commit está contido em:
Eric Caruso
2013-06-06 09:24:24 -07:00
commit de Sara Golemon
commit 958df942ce
4 arquivos alterados com 4 adições e 4 exclusões
+1 -1
Ver Arquivo
@@ -2,7 +2,7 @@ Welcome to HipHop Debugger!
Type "help" or "?" for a complete list of commands.
Program %s/flow.php loaded. Type '[r]un' or '[c]ontinue' to go.
hphpd> break cls::pub()
%Shphpd> break cls::pub()
Breakpoint 1 set upon entering cls::pub()
hphpd> run
flow_t.php loaded
+1 -1
Ver Arquivo
@@ -2,7 +2,7 @@ Welcome to HipHop Debugger!
Type "help" or "?" for a complete list of commands.
Program %s/flow2.php loaded. Type '[r]un' or '[c]ontinue' to go.
hphpd> run
%Shphpd> run
flow2.php done
Program %s/flow2.php exited normally.
hphpd> break test()
+1 -1
Ver Arquivo
@@ -2,7 +2,7 @@ Welcome to HipHop Debugger!
Type "help" or "?" for a complete list of commands.
Program %s/flow_gen.php loaded. Type '[r]un' or '[c]ontinue' to go.
hphpd> run
%Shphpd> run
flow_gen.php loaded
Program %s/flow_gen.php exited normally.
hphpd> break flow_gen.php:12
+1 -1
Ver Arquivo
@@ -2,7 +2,7 @@ Welcome to HipHop Debugger!
Type "help" or "?" for a complete list of commands.
Program %sprintThis.php loaded. Type '[r]un' or '[c]ontinue' to go.
hphpd> break printThis.php:5
%Shphpd> break printThis.php:5
Breakpoint 1 set on line 5 of printThis.php
hphpd> run
Breakpoint 1 reached at Foo::method() on line 5 of %sprintThis.php