diff options
Diffstat (limited to 'test/w3c/turtle/two_LITERAL_LONG2s.ttl')
-rw-r--r-- | test/w3c/turtle/two_LITERAL_LONG2s.ttl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/w3c/turtle/two_LITERAL_LONG2s.ttl b/test/w3c/turtle/two_LITERAL_LONG2s.ttl new file mode 100644 index 00000000..ceaad3d4 --- /dev/null +++ b/test/w3c/turtle/two_LITERAL_LONG2s.ttl @@ -0,0 +1,4 @@ +# Test long literal twice to ensure it does not over-quote +@prefix : <http://example.org/ex#> . +:a :b """first long literal""" . +:c :d """second long literal""" . |