diff options
Diffstat (limited to 'tests/TrigTests/trig-subm-15.trig')
-rw-r--r-- | tests/TrigTests/trig-subm-15.trig | 16 |
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""" . -} |