aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/good
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-06-09 18:21:21 -0400
committerDavid Robillard <d@drobilla.net>2024-06-09 18:21:56 -0400
commitc57e92c6eeb715f0caa6c4799a7a1e54e49fc62f (patch)
treedd1fd991014e72595378d524e4921a808e74a0d5 /test/extra/good
parent8f94d1b38df369c9316b499bf9434cf89c825098 (diff)
downloadserd-c57e92c6eeb715f0caa6c4799a7a1e54e49fc62f.tar.gz
serd-c57e92c6eeb715f0caa6c4799a7a1e54e49fc62f.tar.bz2
serd-c57e92c6eeb715f0caa6c4799a7a1e54e49fc62f.zip
Treat out of range unicode characters as errors
Diffstat (limited to 'test/extra/good')
-rw-r--r--test/extra/good/manifest.ttl7
-rw-r--r--test/extra/good/test-out-of-range-unicode.nt1
-rw-r--r--test/extra/good/test-out-of-range-unicode.ttl1
3 files changed, 0 insertions, 9 deletions
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 <test-nt-syntax-eol-lfcr.nt> ;
mf:name "test-nt-syntax-eol-lfcr" .
-<#test-out-of-range-unicode>
- a rdft:TestTurtleEval ;
- mf:action <test-out-of-range-unicode.ttl> ;
- mf:name "test-out-of-range-unicode" ;
- mf:result <test-out-of-range-unicode.nt> .
-
<#test-prefix>
a rdft:TestTurtleEval ;
mf:action <test-prefix.ttl> ;
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 @@
-<http://example.org/thing> <http://example.org/character> "\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 @@
-<http://example.org/thing> <http://example.org/character> "\U00110000" .