diff options
author | David Robillard <d@drobilla.net> | 2020-11-09 12:11:13 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-09 20:01:27 +0100 |
commit | 8e0270ea4d800d4f52d6c563dbb07dbb6e8cd1b7 (patch) | |
tree | 3db87de8309be4faa9e4f36f3c4794cdf16a0c7c /tests/lax | |
parent | d65769b7b9ad6a8c9c75f8fd96f929f8a2938774 (diff) | |
download | serd-8e0270ea4d800d4f52d6c563dbb07dbb6e8cd1b7.tar.gz serd-8e0270ea4d800d4f52d6c563dbb07dbb6e8cd1b7.tar.bz2 serd-8e0270ea4d800d4f52d6c563dbb07dbb6e8cd1b7.zip |
Rename test directory
Diffstat (limited to 'tests/lax')
-rw-r--r-- | tests/lax/manifest.ttl | 25 | ||||
-rw-r--r-- | tests/lax/test-bad-uri.nt | 3 | ||||
-rw-r--r-- | tests/lax/test-bad-uri.ttl | 4 | ||||
-rw-r--r-- | tests/lax/test-bad-utf8.nt | 6 | ||||
-rw-r--r-- | tests/lax/test-bad-utf8.ttl | 6 |
5 files changed, 0 insertions, 44 deletions
diff --git a/tests/lax/manifest.ttl b/tests/lax/manifest.ttl deleted file mode 100644 index e3b11ff4..00000000 --- a/tests/lax/manifest.ttl +++ /dev/null @@ -1,25 +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-uri> - <#test-bad-utf8> - ) . - -<#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/tests/lax/test-bad-uri.nt b/tests/lax/test-bad-uri.nt deleted file mode 100644 index 7458e12a..00000000 --- a/tests/lax/test-bad-uri.nt +++ /dev/null @@ -1,3 +0,0 @@ -<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/tests/lax/test-bad-uri.ttl b/tests/lax/test-bad-uri.ttl deleted file mode 100644 index 8f11b1d7..00000000 --- a/tests/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/tests/lax/test-bad-utf8.nt b/tests/lax/test-bad-utf8.nt deleted file mode 100644 index 09200e9d..00000000 --- a/tests/lax/test-bad-utf8.nt +++ /dev/null @@ -1,6 +0,0 @@ -<http://example.org/thing> <http://example.org/comment> "Impossible bytes: \uFFFD \uFFFD" . -<http://example.org/thing> <http://example.org/comment> "2 continuation bytes: \uFFFD" . -<http://example.org/thing> <http://example.org/comment> "Missing continuation: \uFFFD" . -<http://example.org/thing> <http://example.org/comment> "Impossible bytes: \uFFFD \uFFFD" . -<http://example.org/thing> <http://example.org/comment> "2 continuation bytes: \uFFFD" . -<http://example.org/thing> <http://example.org/comment> "Missing continuation: \uFFFD" . diff --git a/tests/lax/test-bad-utf8.ttl b/tests/lax/test-bad-utf8.ttl deleted file mode 100644 index 526a171f..00000000 --- a/tests/lax/test-bad-utf8.ttl +++ /dev/null @@ -1,6 +0,0 @@ -<http://example.org/thing> <http://example.org/comment> "Impossible bytes: þ ÿ" . -<http://example.org/thing> <http://example.org/comment> "2 continuation bytes: €¿" . -<http://example.org/thing> <http://example.org/comment> "Missing continuation: À" . -<http://example.org/thing> <http://example.org/comment> """Impossible bytes: þ ÿ""" . -<http://example.org/thing> <http://example.org/comment> """2 continuation bytes: €¿""" . -<http://example.org/thing> <http://example.org/comment> """Missing continuation: À""" . |