Skip to content
Snippets Groups Projects
Commit 6af85a9e authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Added test.

parent 14ae15bf
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ test_eq(_Roxen.html_encode_string("a&b<c>d"), "a&amp;b&lt;c&gt;d")
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("%%"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment