Add missing test.

(...which was tested accidentally in the url tests.)
This commit is contained in:
Eli Barzilay 2013-07-06 23:39:23 -04:00
parent 62fc516c24
commit 28fc893c70

View File

@ -7,6 +7,7 @@
(define sepmode current-alist-separator-mode)
(test (uri-decode "%Pq") => "%Pq"
(uri-decode "%P") => "%P"
(uri-decode "λ") => "λ"
(alist->form-urlencoded '([a . "hel+lo \u7238"]))
=> "a=hel%2Blo+%E7%88%B8"