diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-09 16:20:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-09 16:20:41 +0200 |
commit | 1e61471d480575d069f96b858e4b46f43ba0530f (patch) | |
tree | 9a73101d555a2212fa68a36626fb850496da8e03 /tests/escaping/test.out | |
parent | ea66709a853255c7957a8a7907fd21fa7f6cfd3f (diff) |
For newline escaping, ignore whole thing instead of making it newline
To capture literal newline, use quoting.
Diffstat (limited to 'tests/escaping/test.out')
-rw-r--r-- | tests/escaping/test.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/escaping/test.out b/tests/escaping/test.out new file mode 100644 index 0000000..9894dde --- /dev/null +++ b/tests/escaping/test.out @@ -0,0 +1,4 @@ +'single' +"double" +foobar +foo bar |