diff options
Diffstat (limited to 'test/good')
-rw-r--r-- | test/good/manifest.ttl | 7 | ||||
-rw-r--r-- | test/good/test-out-of-range-unicode.nt | 1 | ||||
-rw-r--r-- | test/good/test-out-of-range-unicode.ttl | 1 |
3 files changed, 0 insertions, 9 deletions
diff --git a/test/good/manifest.ttl b/test/good/manifest.ttl index 2bf36caf..fe3e195e 100644 --- a/test/good/manifest.ttl +++ b/test/good/manifest.ttl @@ -43,7 +43,6 @@ <#test-no-spaces> <#test-non-curie-uri> <#test-num> - <#test-out-of-range-unicode> <#test-prefix> <#test-pretty> <#test-rel> @@ -257,12 +256,6 @@ mf:action <test-num.ttl> ; mf:result <test-num.nt> . -<#test-out-of-range-unicode> - rdf:type rdft:TestTurtleEval ; - mf:name "test-out-of-range-unicode" ; - mf:action <test-out-of-range-unicode.ttl> ; - mf:result <test-out-of-range-unicode.nt> . - <#test-prefix> rdf:type rdft:TestTurtleEval ; mf:name "test-prefix" ; diff --git a/test/good/test-out-of-range-unicode.nt b/test/good/test-out-of-range-unicode.nt deleted file mode 100644 index 5def9e31..00000000 --- a/test/good/test-out-of-range-unicode.nt +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/thing> <http://example.org/character> "\uFFFD" . diff --git a/test/good/test-out-of-range-unicode.ttl b/test/good/test-out-of-range-unicode.ttl deleted file mode 100644 index 7e64785a..00000000 --- a/test/good/test-out-of-range-unicode.ttl +++ /dev/null @@ -1 +0,0 @@ -<http://example.org/thing> <http://example.org/character> "\U00110000" . |