diff options
Diffstat (limited to 'test/lax')
-rw-r--r-- | test/lax/README.md | 5 | ||||
-rw-r--r-- | test/lax/manifest.ttl | 32 | ||||
-rw-r--r-- | test/lax/test-bad-string.nt | 1 | ||||
-rw-r--r-- | test/lax/test-bad-string.ttl | 3 | ||||
-rw-r--r-- | test/lax/test-bad-uri.nt | 4 | ||||
-rw-r--r-- | test/lax/test-bad-uri.ttl | 4 | ||||
-rw-r--r-- | test/lax/test-bad-utf8.nt | 6 | ||||
-rw-r--r-- | test/lax/test-bad-utf8.ttl | 6 |
8 files changed, 0 insertions, 61 deletions
diff --git a/test/lax/README.md b/test/lax/README.md deleted file mode 100644 index d1b5d375..00000000 --- a/test/lax/README.md +++ /dev/null @@ -1,5 +0,0 @@ -Lax Test Suite -============== - -This suite contains negative tests that can be successfully read (with -warnings) if and only if lax parsing is enabled. diff --git a/test/lax/manifest.ttl b/test/lax/manifest.ttl deleted file mode 100644 index 0cfdb776..00000000 --- a/test/lax/manifest.ttl +++ /dev/null @@ -1,32 +0,0 @@ -@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> . -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . -@prefix rdft: <http://www.w3.org/ns/rdftest#> . - -<> - rdf:type mf:Manifest ; - rdfs:comment "Serd lax syntax test cases" ; - mf:entries ( - <#test-bad-string> - <#test-bad-uri> - <#test-bad-utf8> - ) . - -<#test-bad-string> - rdf:type rdft:TestTurtleNegativeSyntax ; - mf:name "test-bad-string" ; - mf:action <test-bad-string.ttl> ; - mf:result <test-bad-string.nt> . - -<#test-bad-uri> - rdf:type rdft:TestTurtleNegativeSyntax ; - mf:name "test-bad-uri" ; - mf:action <test-bad-uri.ttl> ; - mf:result <test-bad-uri.nt> . - -<#test-bad-utf8> - rdf:type rdft:TestTurtleNegativeSyntax ; - mf:name "test-bad-utf8" ; - mf:action <test-bad-utf8.ttl> ; - mf:result <test-bad-utf8.nt> . - diff --git a/test/lax/test-bad-string.nt b/test/lax/test-bad-string.nt deleted file mode 100644 index 24f80a2e..00000000 --- a/test/lax/test-bad-string.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/s1> <http://example.org/p2> "Good" . diff --git a/test/lax/test-bad-string.ttl b/test/lax/test-bad-string.ttl deleted file mode 100644 index 72eb9621..00000000 --- a/test/lax/test-bad-string.ttl +++ /dev/null @@ -1,3 +0,0 @@ -<http://example.org/s1> <http://example.org/p1> "Truncated line -<http://example.org/s1> <http://example.org/p1> "Bad escape \? " . -<http://example.org/s1> <http://example.org/p2> "Good" . diff --git a/test/lax/test-bad-uri.nt b/test/lax/test-bad-uri.nt deleted file mode 100644 index 8cb00ba7..00000000 --- a/test/lax/test-bad-uri.nt +++ /dev/null @@ -1,4 +0,0 @@ -<http://example.org/s> <http://example.org/p> <http://example.org/\u0009bado1> . -<http://example.org/s> <http://example.org/p> <http://example.org/goodo1> . -<http://example.org/s> <http://example.org/p> <http://example.org/\uFFFDbado2> . -<http://example.org/s> <http://example.org/p> <http://example.org/goodo2> . diff --git a/test/lax/test-bad-uri.ttl b/test/lax/test-bad-uri.ttl deleted file mode 100644 index 8f11b1d7..00000000 --- a/test/lax/test-bad-uri.ttl +++ /dev/null @@ -1,4 +0,0 @@ -<http://example.org/s> <http://example.org/p> <http://example.org/ bado1> . -<http://example.org/s> <http://example.org/p> <http://example.org/goodo1> . -<http://example.org/s> <http://example.org/p> <http://example.org/ÿÿbado2> . -<http://example.org/s> <http://example.org/p> <http://example.org/goodo2> . diff --git a/test/lax/test-bad-utf8.nt b/test/lax/test-bad-utf8.nt deleted file mode 100644 index 58f2c52b..00000000 --- a/test/lax/test-bad-utf8.nt +++ /dev/null @@ -1,6 +0,0 @@ -<http://example.org/s> <http://example.org/p> "Impossible bytes: \uFFFD \uFFFD" . -<http://example.org/s> <http://example.org/p> "2 continuation bytes: \uFFFD" . -<http://example.org/s> <http://example.org/p> "Missing continuation: \uFFFD" . -<http://example.org/s> <http://example.org/p> "Impossible bytes: \uFFFD \uFFFD" . -<http://example.org/s> <http://example.org/p> "2 continuation bytes: \uFFFD" . -<http://example.org/s> <http://example.org/p> "Missing continuation: \uFFFD" . diff --git a/test/lax/test-bad-utf8.ttl b/test/lax/test-bad-utf8.ttl deleted file mode 100644 index 0e177366..00000000 --- a/test/lax/test-bad-utf8.ttl +++ /dev/null @@ -1,6 +0,0 @@ -<http://example.org/s> <http://example.org/p> "Impossible bytes: þ ÿ" . -<http://example.org/s> <http://example.org/p> "2 continuation bytes: €¿" . -<http://example.org/s> <http://example.org/p> "Missing continuation: À" . -<http://example.org/s> <http://example.org/p> """Impossible bytes: þ ÿ""" . -<http://example.org/s> <http://example.org/p> """2 continuation bytes: €¿""" . -<http://example.org/s> <http://example.org/p> """Missing continuation: À""" . |