aboutsummaryrefslogtreecommitdiffstats
path: root/test/good/manifest.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'test/good/manifest.ttl')
-rw-r--r--test/good/manifest.ttl14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/good/manifest.ttl b/test/good/manifest.ttl
index fe3e195e..b546b9f7 100644
--- a/test/good/manifest.ttl
+++ b/test/good/manifest.ttl
@@ -38,6 +38,8 @@
<#test-list-in-blank>
<#test-list-subject>
<#test-list>
+ <#test-local-name-ends-with-dot>
+ <#test-local-name-escapes>
<#test-long-string>
<#test-several-eaten-dots>
<#test-no-spaces>
@@ -226,6 +228,18 @@
mf:action <test-list.ttl> ;
mf:result <test-list.nt> .
+<#test-local-name-ends-with-dot>
+ rdf:type rdft:TestTurtleEval ;
+ mf:name "test-local-name-ends-with-dot" ;
+ mf:action <test-local-name-ends-with-dot.ttl> ;
+ mf:result <test-local-name-ends-with-dot.nt> .
+
+<#test-local-name-escapes>
+ rdf:type rdft:TestTurtleEval ;
+ mf:name "test-local-name-escapes" ;
+ mf:action <test-local-name-escapes.ttl> ;
+ mf:result <test-local-name-escapes.nt> .
+
<#test-long-string>
rdf:type rdft:TestTurtleEval ;
mf:name "test-long-string" ;