aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-uri.out
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-01-25 00:32:54 +0000
committerDavid Robillard <d@drobilla.net>2011-01-25 00:32:54 +0000
commit18563159fbee5c305719e782ff05482430f43ce6 (patch)
tree63d9e2eb87162e23519956602a60cb8e8417e087 /tests/test-uri.out
parent702208e54132477eeff922ebf641ba56540b9456 (diff)
downloadserd-18563159fbee5c305719e782ff05482430f43ce6.tar.gz
serd-18563159fbee5c305719e782ff05482430f43ce6.tar.bz2
serd-18563159fbee5c305719e782ff05482430f43ce6.zip
Add URI test cases.
git-svn-id: http://svn.drobilla.net/serd/trunk@57 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/test-uri.out')
-rw-r--r--tests/test-uri.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-uri.out b/tests/test-uri.out
index 546d121e..6d717fdd 100644
--- a/tests/test-uri.out
+++ b/tests/test-uri.out
@@ -21,3 +21,7 @@
<http://a/> <http://www.w3.org/2002/07/owl#sameAs> <http://a/> .
<http://a/> <http://www.w3.org/2002/07/owl#sameAs> <http://a/> .
<http://a/g> <http://www.w3.org/2002/07/owl#sameAs> <http://a/g> .
+<http://A?aquery> <http://www.w3.org/2002/07/owl#sameAs> <http://A?aquery> .
+<http://A#afragment> <http://www.w3.org/2002/07/owl#sameAs> <http://A#afragment> .
+<http://a/b/c/d;p?aquery> <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/d;p?aquery> .
+<http://a/b/c/d;p?q#afragment> <http://www.w3.org/2002/07/owl#sameAs> <http://a/b/c/d;p?q#afragment> .