aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/bad/bad-colon-in-first-path-segment.ttl3
-rw-r--r--tests/bad/manifest.ttl6
2 files changed, 9 insertions, 0 deletions
diff --git a/tests/bad/bad-colon-in-first-path-segment.ttl b/tests/bad/bad-colon-in-first-path-segment.ttl
new file mode 100644
index 00000000..ceebdb81
--- /dev/null
+++ b/tests/bad/bad-colon-in-first-path-segment.ttl
@@ -0,0 +1,3 @@
+@prefix eg: <http://example.org/> .
+
+<_:x> <eg:x> <eg:x> .
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" ;