Add missing test.

(...which was tested accidentally in the url tests.)

original commit: 28fc893c70
This commit is contained in:
Eli Barzilay 2013-07-06 23:39:23 -04:00
parent 0c73551845
commit 883be71ec5

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"