aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests-ttl/blankNodePropertyList_containing_collection.nt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-03-30 02:23:50 +0000
committerDavid Robillard <d@drobilla.net>2013-03-30 02:23:50 +0000
commitd9015f088eb9fe9b2eeea2c2508bd0e0d94f709f (patch)
treeeff6c04151f6a2e8f1d6d5ddbf864db5af61d03a /tests/tests-ttl/blankNodePropertyList_containing_collection.nt
parent7c662143ede945ac5a96b95ed2d243580f00635a (diff)
downloadserd-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/blankNodePropertyList_containing_collection.nt')
-rw-r--r--tests/tests-ttl/blankNodePropertyList_containing_collection.nt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tests-ttl/blankNodePropertyList_containing_collection.nt b/tests/tests-ttl/blankNodePropertyList_containing_collection.nt
new file mode 100644
index 00000000..e590826b
--- /dev/null
+++ b/tests/tests-ttl/blankNodePropertyList_containing_collection.nt
@@ -0,0 +1,3 @@
+_:b1 <http://a.example/p1> _:b2 .
+_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "1"^^<http://www.w3.org/2001/XMLSchema#integer> .
+_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .