aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bad/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-03-06 20:44:43 -0500
committerDavid Robillard <d@drobilla.net>2018-03-06 20:44:43 -0500
commitf5b10932653b8f1c41acbd7c174e26e6eba21aaa (patch)
tree9669de0d6149b041a9398a0332dc9c9f98277010 /tests/bad/manifest.ttl
parent238783623ba138d9f677bf3edb7f21477d1d5bf3 (diff)
downloadserd-f5b10932653b8f1c41acbd7c174e26e6eba21aaa.tar.gz
serd-f5b10932653b8f1c41acbd7c174e26e6eba21aaa.tar.bz2
serd-f5b10932653b8f1c41acbd7c174e26e6eba21aaa.zip
Reject IRIs with colons in the first path segment
Diffstat (limited to 'tests/bad/manifest.ttl')
-rw-r--r--tests/bad/manifest.ttl6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/bad/manifest.ttl b/tests/bad/manifest.ttl
index 1e21397d..9600acee 100644
--- a/tests/bad/manifest.ttl
+++ b/tests/bad/manifest.ttl
@@ -28,6 +28,7 @@
<#bad-char-in-local>
<#bad-char-in-prefix>
<#bad-char-in-uri>
+ <#bad-colon-in-first-path-segment>
<#bad-datatype>
<#bad-dot-after-subject>
<#bad-eof-in-blank>
@@ -174,6 +175,11 @@
mf:name "bad-char-in-uri" ;
mf:action <bad-char-in-uri.ttl> .
+<#bad-colon-in-first-path-segment>
+ rdf:type rdft:TestTurtleNegativeSyntax ;
+ mf:name "bad-colon-in-first-path-segment" ;
+ mf:action <bad-colon-in-first-path-segment.ttl> .
+
<#bad-datatype>
rdf:type rdft:TestTurtleNegativeSyntax ;
mf:name "bad-datatype" ;