aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/bad/bad-04.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/extra/bad/bad-04.ttl')
-rw-r--r--test/extra/bad/bad-04.ttl3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/extra/bad/bad-04.ttl b/test/extra/bad/bad-04.ttl
new file mode 100644
index 00000000..ee7246c8
--- /dev/null
+++ b/test/extra/bad/bad-04.ttl
@@ -0,0 +1,3 @@
+# No comma is allowed in collections
+@prefix : <http://example.org/stuff/1.0/> .
+:a :b ( "apple", "banana" ) .