diff options
Diffstat (limited to 'tests/tests-ttl/manifest.ttl')
-rw-r--r-- | tests/tests-ttl/manifest.ttl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/tests-ttl/manifest.ttl b/tests/tests-ttl/manifest.ttl index 195edc9e..7b9a5f4b 100644 --- a/tests/tests-ttl/manifest.ttl +++ b/tests/tests-ttl/manifest.ttl @@ -286,6 +286,7 @@ <#LITERAL_LONG2_with_REVERSE_SOLIDUS> <#turtle-syntax-bad-LITERAL2_with_langtag_and_datatype> <#two_LITERAL_LONG2s> + <#langtagged_LONG_with_subtag> # tests from David Robillard # http://www.w3.org/2011/rdf-wg/wiki/Turtle_Candidate_Recommendation_Comments#c21 @@ -1902,6 +1903,13 @@ mf:result <two_LITERAL_LONG2s.nt> ; . +<#langtagged_LONG_with_subtag> rdf:type rdft:TestTurtleEval ; + mf:name "langtagged_LONG_with_subtag" ; + rdfs:comment "langtagged LONG with subtag \"\"\"Cheers\"\"\"@en-UK" ; + mf:action <langtagged_LONG_with_subtag.ttl> ; + mf:result <langtagged_LONG_with_subtag.nt> ; + . + # tests from David Robillard # http://www.w3.org/2011/rdf-wg/wiki/Turtle_Candidate_Recommendation_Comments#c21 <#turtle-syntax-bad-blank-label-dot-end> |