aboutsummaryrefslogtreecommitdiffstats
path: root/test/lax
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-03 09:00:12 -0400
committerDavid Robillard <d@drobilla.net>2023-04-05 09:45:15 -0400
commit08a09191dd69e66aa56822383e84fe034d59dd3f (patch)
tree36048566f68bf46b8ad6b52925e0fac30f9f38fa /test/lax
parentf1adf9a4999d80d26314565d0c1f49c4471e5851 (diff)
downloadserd-08a09191dd69e66aa56822383e84fe034d59dd3f.tar.gz
serd-08a09191dd69e66aa56822383e84fe034d59dd3f.tar.bz2
serd-08a09191dd69e66aa56822383e84fe034d59dd3f.zip
Separate test suites and simplify licensing metadata
Diffstat (limited to 'test/lax')
-rw-r--r--test/lax/README.md5
-rw-r--r--test/lax/manifest.ttl32
-rw-r--r--test/lax/test-bad-string.nt1
-rw-r--r--test/lax/test-bad-string.ttl3
-rw-r--r--test/lax/test-bad-uri.nt4
-rw-r--r--test/lax/test-bad-uri.ttl4
-rw-r--r--test/lax/test-bad-utf8.nt6
-rw-r--r--test/lax/test-bad-utf8.ttl6
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: À""" .