aboutsummaryrefslogtreecommitdiffstats
path: root/tests/TrigTests/trig-subm-22.trig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TrigTests/trig-subm-22.trig')
-rw-r--r--tests/TrigTests/trig-subm-22.trig11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/TrigTests/trig-subm-22.trig b/tests/TrigTests/trig-subm-22.trig
new file mode 100644
index 00000000..2b546609
--- /dev/null
+++ b/tests/TrigTests/trig-subm-22.trig
@@ -0,0 +1,11 @@
+@prefix : <http://example.org#> .
+
+{
+:a :b true .
+:c :d false .
+}
+
+<http://example/graph> {
+:a :b true .
+:c :d false .
+}