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/first.nt | |
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/first.nt')
-rw-r--r-- | tests/tests-ttl/first.nt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/tests-ttl/first.nt b/tests/tests-ttl/first.nt new file mode 100644 index 00000000..d50539f6 --- /dev/null +++ b/tests/tests-ttl/first.nt @@ -0,0 +1,7 @@ +<http://a.example/s> <http://a.example/p> _:b1 . +_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _: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> . +_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b3 . +_:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "2"^^<http://www.w3.org/2001/XMLSchema#integer> . +_:b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> . |