aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TrigTests/trig-subm-15.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TrigTests/trig-subm-15.trig')
-rw-r--r--tests/TrigTests/trig-subm-15.trig16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/TrigTests/trig-subm-15.trig b/tests/TrigTests/trig-subm-15.trig
deleted file mode 100644
index 93fbc41a..00000000
--- a/tests/TrigTests/trig-subm-15.trig
+++ /dev/null
@@ -1,16 +0,0 @@
-# Test long literal
-@prefix : <http://example.org/ex#> .
-
-{
-:a :b """a long
- literal
-with
-newlines""" .
-}
-
-<http://example/graph> {
-:a :b """a long
- literal
-with
-newlines""" .
-}