diff options
author | David Robillard <d@drobilla.net> | 2018-11-25 16:12:23 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-11-25 22:12:48 +0100 |
commit | 61f44d803f7b197c83547927ef86329d9a13c5d2 (patch) | |
tree | 46204e933b723af524caae17f1a8d7d68824818b /tests | |
parent | 962461099bbfe8ee5a2f0de66e74567b8f58e4b7 (diff) | |
download | serd-61f44d803f7b197c83547927ef86329d9a13c5d2.tar.gz serd-61f44d803f7b197c83547927ef86329d9a13c5d2.tar.bz2 serd-61f44d803f7b197c83547927ef86329d9a13c5d2.zip |
Add separate test suite for lax syntax tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/good/manifest.ttl | 7 | ||||
-rw-r--r-- | tests/lax/manifest.ttl | 18 | ||||
-rw-r--r-- | tests/lax/test-bad-utf8.nt (renamed from tests/good/test-bad-utf8.nt) | 0 | ||||
-rw-r--r-- | tests/lax/test-bad-utf8.ttl (renamed from tests/good/test-bad-utf8.ttl) | 0 |
4 files changed, 18 insertions, 7 deletions
diff --git a/tests/good/manifest.ttl b/tests/good/manifest.ttl index f8641326..81ccf464 100644 --- a/tests/good/manifest.ttl +++ b/tests/good/manifest.ttl @@ -17,7 +17,6 @@ <#test-18> <#test-30> <#test-backspace> - <#test-bad-utf8> <#test-base-query> <#test-blank-cont> <#test-blank-in-list> @@ -101,12 +100,6 @@ mf:action <test-backspace.ttl> ; mf:result <test-backspace.nt> . -<#test-bad-utf8> - rdf:type rdft:TestTurtleEval ; - mf:name "test-bad-utf8" ; - mf:action <test-bad-utf8.ttl> ; - mf:result <test-bad-utf8.nt> . - <#test-base-query> rdf:type rdft:TestTurtleEval ; mf:name "test-base-query" ; diff --git a/tests/lax/manifest.ttl b/tests/lax/manifest.ttl new file mode 100644 index 00000000..533dbe70 --- /dev/null +++ b/tests/lax/manifest.ttl @@ -0,0 +1,18 @@ +@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-utf8> + ) . + +<#test-bad-utf8> + rdf:type rdft:TestTurtleEval ; + mf:name "test-bad-utf8" ; + mf:action <test-bad-utf8.ttl> ; + mf:result <test-bad-utf8.nt> . + diff --git a/tests/good/test-bad-utf8.nt b/tests/lax/test-bad-utf8.nt index 6d73993d..6d73993d 100644 --- a/tests/good/test-bad-utf8.nt +++ b/tests/lax/test-bad-utf8.nt diff --git a/tests/good/test-bad-utf8.ttl b/tests/lax/test-bad-utf8.ttl index 2c105f5b..2c105f5b 100644 --- a/tests/good/test-bad-utf8.ttl +++ b/tests/lax/test-bad-utf8.ttl |