diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-backspace.out | 1 | ||||
-rw-r--r-- | tests/test-backspace.ttl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-backspace.out b/tests/test-backspace.out new file mode 100644 index 00000000..ae8d3678 --- /dev/null +++ b/tests/test-backspace.out @@ -0,0 +1 @@ +<http://example.org/thing> <http://example.org/label> "\u0008" . diff --git a/tests/test-backspace.ttl b/tests/test-backspace.ttl new file mode 100644 index 00000000..0e695a88 --- /dev/null +++ b/tests/test-backspace.ttl @@ -0,0 +1 @@ +<http://example.org/thing> <http://example.org/label> "\u0008" .
\ No newline at end of file |