pike.git/
lib/
modules/
Standards.pmod/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-26
2014-08-26 15:32:34 by Martin Nilsson <nilsson@opera.com>
44e17dfe0ab02dfeebdb3a6f2973496fdf865fc9 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Fixed test that broke with Kevins fix.
105:
test_equal(Standards.URI("http://www.com/")->get_http_path_query(),"/") test_eval_error(Standards.URI("www.com")) test_eq((string)Standards.URI("www.com","http://"),"http://www.com")
+
test_eq((string)Standards.URI("www.com/x?a=b#y","http://"),"http://www.com/x?a=b#y")
test_eq((string)Standards.URI("ftp://www.com/x?a=b#y","http://"),"ftp://www.com/x?a=b#y") // Some tests of empty path followed by a query. test_eq(Standards.URI("http://user:??@host?query")->query, "query")