diff options
Diffstat (limited to 'test/URI/uri.data')
-rw-r--r-- | test/URI/uri.data | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/URI/uri.data b/test/URI/uri.data new file mode 100644 index 0000000..a96ea5f --- /dev/null +++ b/test/URI/uri.data @@ -0,0 +1,18 @@ + +. +bar +bar#baz +bar?baz +bar?baz#baz2 +#baz +?baz +?baz#baz2 +../up.a.notch.html#wow +../up.a.notch.html?wow +../up.a.notch.html?wow#wow2 +/root.cgi#OK +/root.cgi?OK +/root.cgi?OK#OK2 +http://elsewhere.com/#deep +http://elsewhere.com/?deep +http://elsewhere.com/?deep#deep2 |