aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/good/test-list-in-blank.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/extra/good/test-list-in-blank.ttl')
-rw-r--r--test/extra/good/test-list-in-blank.ttl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/extra/good/test-list-in-blank.ttl b/test/extra/good/test-list-in-blank.ttl
new file mode 100644
index 00000000..bdf75fce
--- /dev/null
+++ b/test/extra/good/test-list-in-blank.ttl
@@ -0,0 +1,2 @@
+@prefix : <http://example.org/stuff/1.0/> .
+:a :b [ :c ( "apple" "banana" ) ] .