diff options
Diffstat (limited to 'test/TriGTests/two_LITERAL_LONG2s.trig')
-rw-r--r-- | test/TriGTests/two_LITERAL_LONG2s.trig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/TriGTests/two_LITERAL_LONG2s.trig b/test/TriGTests/two_LITERAL_LONG2s.trig deleted file mode 100644 index 93aea524..00000000 --- a/test/TriGTests/two_LITERAL_LONG2s.trig +++ /dev/null @@ -1,6 +0,0 @@ -# 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""" . -} |