diff options
Diffstat (limited to 'test/TriGTests/trig-subm-21.trig')
-rw-r--r-- | test/TriGTests/trig-subm-21.trig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/TriGTests/trig-subm-21.trig b/test/TriGTests/trig-subm-21.trig new file mode 100644 index 00000000..05870fbd --- /dev/null +++ b/test/TriGTests/trig-subm-21.trig @@ -0,0 +1,4 @@ +# Test long literal +@prefix : <http://example.org/ex#> . +{:a :b """John said: "Hello World!\"""" .} +<http://example/graph> {:a :b """John said: "Hello World!\"""" .} |