diff options
Diffstat (limited to 'tests/good/test-17.ttl')
-rw-r--r-- | tests/good/test-17.ttl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/good/test-17.ttl b/tests/good/test-17.ttl new file mode 100644 index 00000000..86c453bd --- /dev/null +++ b/tests/good/test-17.ttl @@ -0,0 +1,6 @@ +# Test long literal +@prefix : <http://example.org/ex#> . +:a :b """a long + literal +with +newlines""" . |