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