aboutsummaryrefslogtreecommitdiffstats
path: root/test/pretty/long-string-quotes.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/pretty/long-string-quotes.ttl')
-rw-r--r--test/pretty/long-string-quotes.ttl5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/pretty/long-string-quotes.ttl b/test/pretty/long-string-quotes.ttl
new file mode 100644
index 00000000..aceaecda
--- /dev/null
+++ b/test/pretty/long-string-quotes.ttl
@@ -0,0 +1,5 @@
+@prefix eg: <http://example.org/> .
+
+eg:s
+ eg:p1 """Unescaped "quotes" within""" ;
+ eg:p2 """Trickier ""\"case""\"""" .