From 0c9f5eb2eeb4927e51f43ac2cba85cebca873234 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Mar 2013 05:53:56 +0000 Subject: Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or quotes are read. Don't escape legal ASCII characters when writing long literals. git-svn-id: http://svn.drobilla.net/serd/trunk@439 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- tests/good/test-backspace.nt | 1 + tests/good/test-backspace.ttl | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/good/test-backspace.nt b/tests/good/test-backspace.nt index 3a88c436..3a110da6 100644 --- a/tests/good/test-backspace.nt +++ b/tests/good/test-backspace.nt @@ -1,2 +1,3 @@ "\b" . "\b" . + "\n\b\n" . diff --git a/tests/good/test-backspace.ttl b/tests/good/test-backspace.ttl index 07375d76..1e33ba95 100644 --- a/tests/good/test-backspace.ttl +++ b/tests/good/test-backspace.ttl @@ -1,2 +1,5 @@ "\u0008" . - "" . \ No newline at end of file + "" . + """ + +""" . \ No newline at end of file -- cgit v1.2.1