Created
July 25, 2016 12:33
-
-
Save Kah0ona/0c9a83563a3129066edcd08936f320db to your computer and use it in GitHub Desktop.
Testcase addition for url encoding.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(deftest complex-params-to-str | |
; other clauses. | |
(is (= "d=b%20c" (params-to-str {"d" "b c"}))) | |
(is (= "d=b%20%26%20c" (params-to-str {"d" "b & c"})))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment