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