From fb30a102ee544acf21d387fc99a31111262b6209 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 9 Feb 2024 11:01:37 -0500 Subject: Add tests with as many rules as possible in a single document --- test/extra/bad/bad-list-close-object.ttl | 1 + test/extra/bad/manifest.ttl | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 test/extra/bad/bad-list-close-object.ttl (limited to 'test/extra/bad') 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 @@ + ) . 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 ; mf:name "bad-list" . +<#bad-list-close-object> + a rdft:TestTurtleNegativeSyntax ; + mf:action ; + mf:name "bad-list-close-object" . + <#bad-list2> a rdft:TestTurtleNegativeSyntax ; mf:action ; -- cgit v1.2.1