pike.git/
src/
modules/
_Roxen/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2012-09-13
2012-09-13 14:07:48 by Martin Nilsson <nilsson@opera.com>
6af85a9ea1928f6c5fd81f2bf02a811f8dec1159 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Added test.
8:
test_eq(_Roxen.http_decode_string(""), "") test_eq(_Roxen.http_decode_string("abc+d%20e%41"), "abc+d eA") test_eq(_Roxen.http_decode_string(""), "")
+
test_eq(_Roxen.http_decode_string("+"), "+")
test_do(_Roxen.http_decode_string("%")) test_do(_Roxen.http_decode_string("%0")) test_do(_Roxen.http_decode_string("%%"))