aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests-ttl/manifest.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests-ttl/manifest.ttl')
-rw-r--r--tests/tests-ttl/manifest.ttl16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/tests-ttl/manifest.ttl b/tests/tests-ttl/manifest.ttl
index 7b9a5f4b..d38ed41d 100644
--- a/tests/tests-ttl/manifest.ttl
+++ b/tests/tests-ttl/manifest.ttl
@@ -66,6 +66,8 @@
<#first>
<#last>
<#LITERAL1>
+ <#LITERAL1_all_controls>
+ <#LITERAL1_all_punctuation>
<#LITERAL_LONG1>
<#LITERAL_LONG1_with_1_squote>
<#LITERAL_LONG1_with_2_squotes>
@@ -565,6 +567,20 @@
mf:result <LITERAL1.nt> ;
.
+<#LITERAL1_all_controls> rdf:type rdft:TestTurtleEval ;
+ mf:name "LITERAL1_all_controls" ;
+ rdfs:comment "LITERAL1_all_controls '\\x00\\x01\\x02\\x03\\x04...'" ;
+ mf:action <LITERAL1_all_controls.ttl> ;
+ mf:result <LITERAL1_all_controls.nt> ;
+ .
+
+<#LITERAL1_all_punctuation> rdf:type rdft:TestTurtleEval ;
+ mf:name "LITERAL1_all_punctuation" ;
+ rdfs:comment "LITERAL1_all_punctuation '!\"#$%&()...'" ;
+ mf:action <LITERAL1_all_punctuation.ttl> ;
+ mf:result <LITERAL1_all_punctuation.nt> ;
+ .
+
<#LITERAL_LONG1> rdf:type rdft:TestTurtleEval ;
mf:name "LITERAL_LONG1" ;
rdfs:comment "LITERAL_LONG1 '''x'''" ;