From 6af85a9ea1928f6c5fd81f2bf02a811f8dec1159 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@opera.com> Date: Thu, 13 Sep 2012 16:07:48 +0200 Subject: [PATCH] Added test. --- src/modules/_Roxen/testsuite.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/_Roxen/testsuite.in b/src/modules/_Roxen/testsuite.in index 1733c9839c..6b723ea106 100644 --- a/src/modules/_Roxen/testsuite.in +++ b/src/modules/_Roxen/testsuite.in @@ -8,6 +8,7 @@ test_eq(_Roxen.html_encode_string("a&b<c>d"), "a&b<c>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("%%")) -- GitLab