diff options
author | David Robillard <d@drobilla.net> | 2017-06-29 12:21:09 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-06-29 12:21:09 -0400 |
commit | 195e4bcff3c4dfd3fe8bbf0df57d53ce89ca99e8 (patch) | |
tree | 952b067c7ace8afb1f78cb51ac032d18565c94a8 /tests/good/test-uri.nt | |
parent | 21211d73053d0a66a1da601472c68598cfc53595 (diff) | |
download | serd-195e4bcff3c4dfd3fe8bbf0df57d53ce89ca99e8.tar.gz serd-195e4bcff3c4dfd3fe8bbf0df57d53ce89ca99e8.tar.bz2 serd-195e4bcff3c4dfd3fe8bbf0df57d53ce89ca99e8.zip |
Fix strict parsing of abolute URI schemes
Diffstat (limited to 'tests/good/test-uri.nt')
-rw-r--r-- | tests/good/test-uri.nt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/good/test-uri.nt b/tests/good/test-uri.nt index 6c56f594..1744963c 100644 --- a/tests/good/test-uri.nt +++ b/tests/good/test-uri.nt @@ -41,5 +41,8 @@ <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> . <http://a/> <http://www.w3.org/2002/07/owl#sameAs> <http://a/> . +<view-source://foo> <http://www.w3.org/2002/07/owl#sameAs> <view-source://foo> . +<coap+tcp://foo> <http://www.w3.org/2002/07/owl#sameAs> <coap+tcp://foo> . +<osc.udp://foo> <http://www.w3.org/2002/07/owl#sameAs> <osc.udp://foo> . <http://B/foo> <http://www.w3.org/2002/07/owl#sameAs> <http://B/foo> . <http://C/bar> <http://www.w3.org/2002/07/owl#sameAs> <http://C/bar> . |