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-uri-uchar.nt1
-rw-r--r--test/extra/good/test-uri-uchar.ttl2
3 files changed, 10 insertions, 0 deletions
diff --git a/test/extra/good/manifest.ttl b/test/extra/good/manifest.ttl
index 11a7ec5e..07147578 100644
--- a/test/extra/good/manifest.ttl
+++ b/test/extra/good/manifest.ttl
@@ -43,6 +43,7 @@
<#test-several-eaten-dots>
<#test-string-escapes>
<#test-uri>
+ <#test-uri-uchar>
) .
<#test-a-without-whitespace>
@@ -266,3 +267,9 @@
mf:action <test-uri.ttl> ;
mf:name "test-uri" ;
mf:result <test-uri.nt> .
+
+<#test-uri-uchar>
+ a rdft:TestTurtleEval ;
+ mf:action <test-uri-uchar.ttl> ;
+ mf:name "test-uri-uchar" ;
+ mf:result <test-uri-uchar.nt> .
diff --git a/test/extra/good/test-uri-uchar.nt b/test/extra/good/test-uri-uchar.nt
new file mode 100644
index 00000000..e09cc214
--- /dev/null
+++ b/test/extra/good/test-uri-uchar.nt
@@ -0,0 +1 @@
+<http://example.org/eg#s> <http://example.org/eg#p> <scheme:\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\u000B\u000C\u000E\u000F\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001A\u001B\u001C\u001D\u001E\u001F%20!\u0022#$%25&'()*+,-./0123456789:/%3C=%3E?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\u005C]\u005E_\u0060abcdefghijklmnopqrstuvwxyz\u007B\u007C\u007D~\u007F> .
diff --git a/test/extra/good/test-uri-uchar.ttl b/test/extra/good/test-uri-uchar.ttl
new file mode 100644
index 00000000..99b1d4e0
--- /dev/null
+++ b/test/extra/good/test-uri-uchar.ttl
@@ -0,0 +1,2 @@
+<http://example.org/eg#s>
+ <http://example.org/eg#p> <scheme:\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\u000B\u000C\u000E\u000F\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001A\u001B\u001C\u001D\u001E\u001F%20!\u0022#$%25&'()*+,-./0123456789:/%3C=%3E?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\u005C]\u005E_\u0060abcdefghijklmnopqrstuvwxyz\u007B\u007C\u007D~\u007F> .