diff options
author | David Robillard <d@drobilla.net> | 2013-03-30 01:55:50 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-03-30 01:55:50 +0000 |
commit | e6f2680dc5e4a5c0578a1996786099c819779053 (patch) | |
tree | 85e5edbe3185ea9f06cd17a3a5d6cc326c61659a /tests/extra/turtle-syntax-ln-colons.nt | |
parent | 2d6b2c5560ec27e61b2cfdbb50b91b1e96d04ed0 (diff) | |
download | serd-e6f2680dc5e4a5c0578a1996786099c819779053.tar.gz serd-e6f2680dc5e4a5c0578a1996786099c819779053.tar.bz2 serd-e6f2680dc5e4a5c0578a1996786099c819779053.zip |
Merge test suites.
git-svn-id: http://svn.drobilla.net/serd/trunk@441 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/extra/turtle-syntax-ln-colons.nt')
-rw-r--r-- | tests/extra/turtle-syntax-ln-colons.nt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/extra/turtle-syntax-ln-colons.nt b/tests/extra/turtle-syntax-ln-colons.nt deleted file mode 100644 index 9b3c223f..00000000 --- a/tests/extra/turtle-syntax-ln-colons.nt +++ /dev/null @@ -1,5 +0,0 @@ -<http://example/s:1> <http://example/p:1> <http://example/o:1> . -<http://example/s::2> <http://example/p::2> <http://example/o::2> . -<http://example/3:s> <http://example/3:p> <http://example/3> . -<http://example/:s> <http://example/:p> <http://example/:o> . -<http://example/:s:> <http://example/:p:> <http://example/:o:> . |