aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test1.out
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-22 01:09:07 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-22 01:09:07 -0800
commit90495f3ac544ba89a3f7063de6e1fb4cd74872a7 (patch)
tree1e403005b5a46e7e271339ddb4e856cec4a02b91 /tests/test1.out
parent6fc9e6f21ed8e6ebc2c6254426d1dc33f6bce636 (diff)
Implement new newline-escaping behavior. Backslashes at the end of lines now essentially delete the newline, within normal text or double quotes. Backslashes are retained within single quotes.
Diffstat (limited to 'tests/test1.out')
-rw-r--r--tests/test1.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test1.out b/tests/test1.out
index 3d3fb0d9..52538b19 100644
--- a/tests/test1.out
+++ b/tests/test1.out
@@ -5,6 +5,11 @@
x-1
x-1 x-2
foo-1 foo-23 foo-24
+foo bar
+foobar
+foobar
+foo\
+bar
Test 2 pass
Test pass
Test 3 pass