diff options
author | David Robillard <d@drobilla.net> | 2013-03-04 04:42:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-03-04 04:42:56 +0000 |
commit | a27bd15451c9c27c25d3429badfe90cc2b0e9b82 (patch) | |
tree | cbd245a816ded86b5fb9058f696fabcfcbbb0961 /tests/extra/turtle-syntax-ln-dots.nt | |
parent | 3a4d1a415691e45ffef6f64c32c0301fef577458 (diff) | |
download | serd-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-dots.nt')
-rw-r--r-- | tests/extra/turtle-syntax-ln-dots.nt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/extra/turtle-syntax-ln-dots.nt b/tests/extra/turtle-syntax-ln-dots.nt new file mode 100644 index 00000000..d24052bb --- /dev/null +++ b/tests/extra/turtle-syntax-ln-dots.nt @@ -0,0 +1,3 @@ +<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> . |