aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TriGTests/two_LITERAL_LONG2s.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TriGTests/two_LITERAL_LONG2s.trig')
-rw-r--r--tests/TriGTests/two_LITERAL_LONG2s.trig6
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""" .
-}