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