diff options
Diffstat (limited to 'test/TriGTests/trig-subm-18.trig')
-rw-r--r-- | test/TriGTests/trig-subm-18.trig | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/TriGTests/trig-subm-18.trig b/test/TriGTests/trig-subm-18.trig deleted file mode 100644 index f5b4a516..00000000 --- a/test/TriGTests/trig-subm-18.trig +++ /dev/null @@ -1,15 +0,0 @@ -@prefix : <http://example.org/#> . - -{ -:a :b "" . - -:c :d """""" . - -} - -<http://example/graph> { -:a :b "" . - -:c :d """""" . - -} |