diff options
Diffstat (limited to 'tests/good/test-18.ttl')
-rw-r--r-- | tests/good/test-18.ttl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/good/test-18.ttl b/tests/good/test-18.ttl new file mode 100644 index 00000000..1adfa451 --- /dev/null +++ b/tests/good/test-18.ttl @@ -0,0 +1,9 @@ +@prefix : <http://example.org/foo#> . + +:a :b """\nthis \ris a \U00015678long\t +literal\uABCD +""" . + +:d :e """\tThis \uABCDis\r \U00015678another\n +one +""" . |