aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/good/test-string-escapes.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/extra/good/test-string-escapes.ttl')
-rw-r--r--test/extra/good/test-string-escapes.ttl11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/extra/good/test-string-escapes.ttl b/test/extra/good/test-string-escapes.ttl
new file mode 100644
index 00000000..d49d3d13
--- /dev/null
+++ b/test/extra/good/test-string-escapes.ttl
@@ -0,0 +1,11 @@
+@prefix eg: <http://example.org/eg#> .
+
+eg:a
+ eg:b """\nthis \ris a \U00015678long\t
+literal\uABCD
+""" .
+
+eg:d
+ eg:e """\tThis \uABCDis\r \U00015678another\n
+one
+""" .