From c57e92c6eeb715f0caa6c4799a7a1e54e49fc62f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Jun 2024 18:21:21 -0400 Subject: Treat out of range unicode characters as errors --- test/extra/good/manifest.ttl | 7 ------- test/extra/good/test-out-of-range-unicode.nt | 1 - test/extra/good/test-out-of-range-unicode.ttl | 1 - 3 files changed, 9 deletions(-) delete mode 100644 test/extra/good/test-out-of-range-unicode.nt delete mode 100644 test/extra/good/test-out-of-range-unicode.ttl (limited to 'test/extra/good') diff --git a/test/extra/good/manifest.ttl b/test/extra/good/manifest.ttl index 3b911990..c464d700 100644 --- a/test/extra/good/manifest.ttl +++ b/test/extra/good/manifest.ttl @@ -48,7 +48,6 @@ <#test-nt-syntax-eol-crlf> <#test-nt-syntax-eol-lf> <#test-nt-syntax-eol-lfcr> - <#test-out-of-range-unicode> <#test-prefix> <#test-quote-escapes> <#test-rel> @@ -295,12 +294,6 @@ mf:action ; mf:name "test-nt-syntax-eol-lfcr" . -<#test-out-of-range-unicode> - a rdft:TestTurtleEval ; - mf:action ; - mf:name "test-out-of-range-unicode" ; - mf:result . - <#test-prefix> a rdft:TestTurtleEval ; mf:action ; diff --git a/test/extra/good/test-out-of-range-unicode.nt b/test/extra/good/test-out-of-range-unicode.nt deleted file mode 100644 index 5def9e31..00000000 --- a/test/extra/good/test-out-of-range-unicode.nt +++ /dev/null @@ -1 +0,0 @@ - "\uFFFD" . diff --git a/test/extra/good/test-out-of-range-unicode.ttl b/test/extra/good/test-out-of-range-unicode.ttl deleted file mode 100644 index 7e64785a..00000000 --- a/test/extra/good/test-out-of-range-unicode.ttl +++ /dev/null @@ -1 +0,0 @@ - "\U00110000" . -- cgit v1.2.1