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