aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/bad
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-02-09 11:01:37 -0500
committerDavid Robillard <d@drobilla.net>2024-03-08 17:20:00 -0500
commitfb30a102ee544acf21d387fc99a31111262b6209 (patch)
treef73b5524bd2471a0079f81cf8244aae6efae4db9 /test/extra/bad
parent66adb6e1cea6e1231723a41c60f0b9e650e20448 (diff)
downloadserd-fb30a102ee544acf21d387fc99a31111262b6209.tar.gz
serd-fb30a102ee544acf21d387fc99a31111262b6209.tar.bz2
serd-fb30a102ee544acf21d387fc99a31111262b6209.zip
Add tests with as many rules as possible in a single document
Diffstat (limited to 'test/extra/bad')
-rw-r--r--test/extra/bad/bad-list-close-object.ttl1
-rw-r--r--test/extra/bad/manifest.ttl6
2 files changed, 7 insertions, 0 deletions
diff --git a/test/extra/bad/bad-list-close-object.ttl b/test/extra/bad/bad-list-close-object.ttl
new file mode 100644
index 00000000..4d65beb9
--- /dev/null
+++ b/test/extra/bad/bad-list-close-object.ttl
@@ -0,0 +1 @@
+<http://example.org/s> <http://example.org/p> ) .
diff --git a/test/extra/bad/manifest.ttl b/test/extra/bad/manifest.ttl
index b2094258..2c985e65 100644
--- a/test/extra/bad/manifest.ttl
+++ b/test/extra/bad/manifest.ttl
@@ -96,6 +96,7 @@
<#bad-keywords>
<#bad-lang>
<#bad-list>
+ <#bad-list-close-object>
<#bad-list2>
<#bad-long-literal-in-list>
<#bad-long-literal-missing-end>
@@ -576,6 +577,11 @@
mf:action <bad-list.ttl> ;
mf:name "bad-list" .
+<#bad-list-close-object>
+ a rdft:TestTurtleNegativeSyntax ;
+ mf:action <bad-list-close-object.ttl> ;
+ mf:name "bad-list-close-object" .
+
<#bad-list2>
a rdft:TestTurtleNegativeSyntax ;
mf:action <bad-list2.ttl> ;