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