aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bad
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bad')
-rw-r--r--tests/bad/bad-pn-escape.ttl2
-rw-r--r--tests/bad/manifest.ttl6
2 files changed, 8 insertions, 0 deletions
diff --git a/tests/bad/bad-pn-escape.ttl b/tests/bad/bad-pn-escape.ttl
new file mode 100644
index 00000000..2b363e89
--- /dev/null
+++ b/tests/bad/bad-pn-escape.ttl
@@ -0,0 +1,2 @@
+@prefix : <http://example.org/> .
+:s :p :\a
diff --git a/tests/bad/manifest.ttl b/tests/bad/manifest.ttl
index d294f120..57fb02f7 100644
--- a/tests/bad/manifest.ttl
+++ b/tests/bad/manifest.ttl
@@ -62,6 +62,7 @@
<#bad-num>
<#bad-object2>
<#bad-object>
+ <#bad-pn-escape>
<#bad-prefix>
<#bad-semicolon-after-subject>
<#bad-string>
@@ -351,6 +352,11 @@
mf:name "bad-object" ;
mf:action <bad-object.ttl> .
+<#bad-pn-escape>
+ rdf:type rdft:TestTurtleNegativeSyntax ;
+ mf:name "bad-pn-escape" ;
+ mf:action <bad-pn-escape.ttl> .
+
<#bad-prefix>
rdf:type rdft:TestTurtleNegativeSyntax ;
mf:name "bad-prefix" ;