diff options
Diffstat (limited to 'test/TriGTests/trig-subm-15.trig')
-rw-r--r-- | test/TriGTests/trig-subm-15.trig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/TriGTests/trig-subm-15.trig b/test/TriGTests/trig-subm-15.trig new file mode 100644 index 00000000..93fbc41a --- /dev/null +++ b/test/TriGTests/trig-subm-15.trig @@ -0,0 +1,16 @@ +# Test long literal +@prefix : <http://example.org/ex#> . + +{ +:a :b """a long + literal +with +newlines""" . +} + +<http://example/graph> { +:a :b """a long + literal +with +newlines""" . +} |