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