aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extra/turtle-syntax-ln-colons.nt
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-03-04 04:42:56 +0000
committerDavid Robillard <d@drobilla.net>2013-03-04 04:42:56 +0000
commita27bd15451c9c27c25d3429badfe90cc2b0e9b82 (patch)
treecbd245a816ded86b5fb9058f696fabcfcbbb0961 /tests/extra/turtle-syntax-ln-colons.nt
parent3a4d1a415691e45ffef6f64c32c0301fef577458 (diff)
downloadserd-a27bd15451c9c27c25d3429badfe90cc2b0e9b82.tar.gz
serd-a27bd15451c9c27c25d3429badfe90cc2b0e9b82.tar.bz2
serd-a27bd15451c9c27c25d3429badfe90cc2b0e9b82.zip
Support dots and colons in pnames.
git-svn-id: http://svn.drobilla.net/serd/trunk@436 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/extra/turtle-syntax-ln-colons.nt')
-rw-r--r--tests/extra/turtle-syntax-ln-colons.nt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/extra/turtle-syntax-ln-colons.nt b/tests/extra/turtle-syntax-ln-colons.nt
new file mode 100644
index 00000000..9b3c223f
--- /dev/null
+++ b/tests/extra/turtle-syntax-ln-colons.nt
@@ -0,0 +1,5 @@
+<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:> .