diff options
Diffstat (limited to 'tests/good')
-rw-r--r-- | tests/good/test-backspace.nt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/good/test-backspace.nt b/tests/good/test-backspace.nt index 3a110da6..3dfffa38 100644 --- a/tests/good/test-backspace.nt +++ b/tests/good/test-backspace.nt @@ -1,3 +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" . +<http://example.org/thing> <http://example.org/label> "\u0008" . +<http://example.org/thing> <http://example.org/label> "\u0008" . +<http://example.org/thing> <http://example.org/label> "\n\u0008\n" . |