diff options
Diffstat (limited to 'test/bad')
-rw-r--r-- | test/bad/bad-prefix-dot.ttl | 1 | ||||
-rw-r--r-- | test/bad/manifest.ttl | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/test/bad/bad-prefix-dot.ttl b/test/bad/bad-prefix-dot.ttl new file mode 100644 index 00000000..7b02211f --- /dev/null +++ b/test/bad/bad-prefix-dot.ttl @@ -0,0 +1 @@ +@prefix dotted.: <http://example.org/> . diff --git a/test/bad/manifest.ttl b/test/bad/manifest.ttl index 28841e82..00f7e360 100644 --- a/test/bad/manifest.ttl +++ b/test/bad/manifest.ttl @@ -66,6 +66,7 @@ <#bad-object2> <#bad-object> <#bad-pn-escape> + <#bad-prefix-dot> <#bad-prefix> <#bad-quote-in-uri> <#bad-semicolon-after-subject> @@ -378,6 +379,11 @@ mf:name "bad-pn-escape" ; mf:action <bad-pn-escape.ttl> . +<#bad-prefix-dot> + rdf:type rdft:TestTurtleNegativeSyntax ; + mf:name "bad-prefix-dot" ; + mf:action <bad-prefix-dot.ttl> . + <#bad-prefix> rdf:type rdft:TestTurtleNegativeSyntax ; mf:name "bad-prefix" ; |