diff options
author | David Robillard <d@drobilla.net> | 2014-12-17 05:50:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-12-17 05:50:53 +0000 |
commit | 5ecf01d05c20b068a85c61c4cd2b77be86a6dfae (patch) | |
tree | 5c25ac4c0a5e30e2a686e720d2777eb227ee03f0 /tests/good/test-ext-namedblank-iri.nt | |
parent | 96894224c76b371a7198dc18b9f6be78e7eb1b97 (diff) | |
download | serd-5ecf01d05c20b068a85c61c4cd2b77be86a6dfae.tar.gz serd-5ecf01d05c20b068a85c61c4cd2b77be86a6dfae.tar.bz2 serd-5ecf01d05c20b068a85c61c4cd2b77be86a6dfae.zip |
Add tests for Turtle named inline nodes extension.
git-svn-id: http://svn.drobilla.net/serd/trunk@483 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/good/test-ext-namedblank-iri.nt')
-rw-r--r-- | tests/good/test-ext-namedblank-iri.nt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/good/test-ext-namedblank-iri.nt b/tests/good/test-ext-namedblank-iri.nt new file mode 100644 index 00000000..26075a73 --- /dev/null +++ b/tests/good/test-ext-namedblank-iri.nt @@ -0,0 +1,2 @@ +<http://example.org/eg#s> <http://example.org/eg#p> <http://example.org/object> . +<http://example.org/object> <http://example.org/eg#name> "o" . |