diff options
Diffstat (limited to 'tests/good')
-rw-r--r-- | tests/good/test-backspace.nt | 1 | ||||
-rw-r--r-- | tests/good/test-backspace.ttl | 5 |
2 files changed, 5 insertions, 1 deletions
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 @@ <http://example.org/thing> <http://example.org/label> "\b" . <http://example.org/thing> <http://example.org/label> "\b" . +<http://example.org/thing> <http://example.org/label> "\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 @@ <http://example.org/thing> <http://example.org/label> "\u0008" . -<http://example.org/thing> <http://example.org/label> "" .
\ No newline at end of file +<http://example.org/thing> <http://example.org/label> "" . +<http://example.org/thing> <http://example.org/label> """ + +""" .
\ No newline at end of file |