diff options
author | David Robillard <d@drobilla.net> | 2013-03-30 02:23:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-03-30 02:23:50 +0000 |
commit | d9015f088eb9fe9b2eeea2c2508bd0e0d94f709f (patch) | |
tree | eff6c04151f6a2e8f1d6d5ddbf864db5af61d03a /tests/tests-ttl/manifest.ttl | |
parent | 7c662143ede945ac5a96b95ed2d243580f00635a (diff) | |
download | serd-d9015f088eb9fe9b2eeea2c2508bd0e0d94f709f.tar.gz serd-d9015f088eb9fe9b2eeea2c2508bd0e0d94f709f.tar.bz2 serd-d9015f088eb9fe9b2eeea2c2508bd0e0d94f709f.zip |
Add some missing tests from latest W3C test suite.
git-svn-id: http://svn.drobilla.net/serd/trunk@443 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/tests-ttl/manifest.ttl')
-rw-r--r-- | tests/tests-ttl/manifest.ttl | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/tests-ttl/manifest.ttl b/tests/tests-ttl/manifest.ttl index 3aee41ae..195edc9e 100644 --- a/tests/tests-ttl/manifest.ttl +++ b/tests/tests-ttl/manifest.ttl @@ -58,8 +58,12 @@ <#blankNodePropertyList_as_object> <#blankNodePropertyList_with_multiple_triples> <#nested_blankNodePropertyLists> + <#blankNodePropertyList_containing_collection> + <#collection_subject> + <#collection_object> <#empty_collection> <#nested_collection> + <#first> <#last> <#LITERAL1> <#LITERAL_LONG1> @@ -504,6 +508,27 @@ mf:result <nested_blankNodePropertyLists.nt> ; . +<#blankNodePropertyList_containing_collection> rdf:type rdft:TestTurtleEval ; + mf:name "blankNodePropertyList_containing_collection" ; + rdfs:comment "blankNodePropertyList containing collection [ <p1> ( … ) ]" ; + mf:action <blankNodePropertyList_containing_collection.ttl> ; + mf:result <blankNodePropertyList_containing_collection.nt> ; + . + +<#collection_subject> rdf:type rdft:TestTurtleEval ; + mf:name "collection_subject" ; + rdfs:comment "collection subject" ; + mf:action <collection_subject.ttl> ; + mf:result <collection_subject.nt> ; + . + +<#collection_object> rdf:type rdft:TestTurtleEval ; + mf:name "collection_object" ; + rdfs:comment "collection object" ; + mf:action <collection_object.ttl> ; + mf:result <collection_object.nt> ; + . + <#empty_collection> rdf:type rdft:TestTurtleEval ; mf:name "empty_collection" ; rdfs:comment "empty collection ()" ; @@ -518,6 +543,13 @@ mf:result <nested_collection.nt> ; . +<#first> rdf:type rdft:TestTurtleEval ; + mf:name "first" ; + rdfs:comment "first, not last, non-empty nested collection" ; + mf:action <first.ttl> ; + mf:result <first.nt> ; + . + <#last> rdf:type rdft:TestTurtleEval ; mf:name "last" ; rdfs:comment "last, not first, non-empty nested collection" ; |