pike.git/
src/
modules/
_Roxen/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2014-10-16
2014-10-16 16:49:27 by Arne Goedeke <el@laramies.com>
1837dd59e415669869e894b3fa5ead0970db82f0 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
typo in testsuite comment
10:
test_eq(_Roxen.http_decode_string(""), "") test_eq(_Roxen.http_decode_string("+"), "+")
-
#
the following inputs are all illegal
+
//
the following inputs are all illegal
test_eval_error(_Roxen.http_decode_string("%")) test_eval_error(_Roxen.http_decode_string("%0")) test_eval_error(_Roxen.http_decode_string("%%"))