aboutsummaryrefslogtreecommitdiff
path: root/tests/url
diff options
context:
space:
mode:
Diffstat (limited to 'tests/url')
-rw-r--r--tests/url/testscript20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/url/testscript b/tests/url/testscript
index d81f282..da8f970 100644
--- a/tests/url/testscript
+++ b/tests/url/testscript
@@ -88,6 +88,26 @@ $*
[null]
EOO
+ : query
+ :
+ $* 'http://localhost?q' >>EOO
+ http
+ @localhost:0 name
+ [null]
+ q
+ [null]
+ EOO
+
+ : fragment
+ :
+ $* 'http://localhost#master' >>EOO
+ http
+ @localhost:0 name
+ [null]
+ [null]
+ master
+ EOO
+
: trailing
:
$* 'http://localhost' >>EOO