diff options
Diffstat (limited to 'test/extra/good/manifest.ttl')
-rw-r--r-- | test/extra/good/manifest.ttl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/extra/good/manifest.ttl b/test/extra/good/manifest.ttl index 28c371a8..24b301e9 100644 --- a/test/extra/good/manifest.ttl +++ b/test/extra/good/manifest.ttl @@ -17,6 +17,7 @@ <#test-blankdot> <#test-bom> <#test-changing-base> + <#test-comment-whitespace> <#test-cr> <#test-digit-start-pname> <#test-double> @@ -106,6 +107,12 @@ mf:name "test-changing-base" ; mf:result <test-changing-base.nt> . +<#test-comment-whitespace> + a rdft:TestTurtleEval ; + mf:action <test-comment-whitespace.ttl> ; + mf:name "test-comment-whitespace" ; + mf:result <test-comment-whitespace.nt> . + <#test-cr> a rdft:TestTurtleEval ; mf:action <test-cr.ttl> ; |