Browse Source

Add failure test for unescaped quotes in URIs

zrythm_meson
David Robillard 2 years ago
parent
commit
ce9ee54f21
  1. 1
      test/bad/bad-quote-in-uri.ttl
  2. 6
      test/bad/manifest.ttl

1
test/bad/bad-quote-in-uri.ttl

@ -0,0 +1 @@ @@ -0,0 +1 @@
<http://example.org/"s"> <http://example.org/p> <http://example.org/o> .

6
test/bad/manifest.ttl

@ -66,6 +66,7 @@ @@ -66,6 +66,7 @@
<#bad-object>
<#bad-pn-escape>
<#bad-prefix>
<#bad-quote-in-uri>
<#bad-semicolon-after-subject>
<#bad-string>
<#bad-subject>
@ -374,6 +375,11 @@ @@ -374,6 +375,11 @@
mf:name "bad-prefix" ;
mf:action <bad-prefix.ttl> .
<#bad-quote-in-uri>
rdf:type rdft:TestTurtleNegativeSyntax ;
mf:name "bad-quote-in-uri" ;
mf:action <bad-quote-in-uri.ttl> .
<#bad-semicolon-after-subject>
rdf:type rdft:TestTurtleNegativeSyntax ;
mf:name "bad-semicolon-after-subject" ;

Loading…
Cancel
Save