Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

Commit

Permalink
Add test for the override capability
Browse files Browse the repository at this point in the history
  • Loading branch information
iku000888 committed Jan 19, 2017
1 parent c94c6c4 commit a1d7e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cemerick/test_url.cljx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"a=1&b=2&c=3" {:a "1" :b "2" :c "3"}
"a=1&b=2" {"a" "1" "b" "2"}
"a=" {"a" ""}))
"overridden=overridden" {:foo "bar" :override-encoder-fn (constantly "overridden")}))

(deftest url-roundtripping
(let [aurl (url "https://username:password@some.host.com/database?query=string")]
Expand Down

0 comments on commit a1d7e85

Please sign in to comment.