aboutsummaryrefslogtreecommitdiffstats
path: root/test/extra/good
diff options
context:
space:
mode:
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 c8bfa6f8..bce7c564 100644
--- a/test/extra/good/manifest.ttl
+++ b/test/extra/good/manifest.ttl
@@ -29,7 +29,6 @@
<#test-long-utf8>
<#test-no-spaces>
<#test-non-curie-uri>
- <#test-out-of-range-unicode>
<#test-prefix>
<#test-quote-escapes>
<#test-rel>
@@ -177,12 +176,6 @@
mf:name "test-non-curie-uri" ;
mf:result <test-non-curie-uri.nt> .
-<#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" .