diff options
Diffstat (limited to 'sapi/phpdbg/tests/exceptions_003.phpt')
| -rw-r--r-- | sapi/phpdbg/tests/exceptions_003.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/phpdbg/tests/exceptions_003.phpt b/sapi/phpdbg/tests/exceptions_003.phpt index ab26bb4b9d..51090c081a 100644 --- a/sapi/phpdbg/tests/exceptions_003.phpt +++ b/sapi/phpdbg/tests/exceptions_003.phpt @@ -20,7 +20,7 @@ prompt> [L0 %s HANDLE_EXCEPTION >00005: x(); 00006: } finally { 00007: print "ok\n"; -prompt> [L7 %s ECHO "ok " %s] +prompt> [L7 %s ECHO "ok\n" %s] >00007: print "ok\n"; 00008: } 00009: } catch (Error $e) { @@ -30,7 +30,7 @@ prompt> ok >00005: x(); 00006: } finally { 00007: print "ok\n"; -prompt> [L10 %s ECHO "caught " %s] +prompt> [L10 %s ECHO "caught\n" %s] >00010: print "caught\n"; 00011: } 00012: |
