(it "turns the string into a hash-map" (should= {1 "1" 2 "2" 3 "3"} (format-string "1=1 2=2 3=3"))). Then my code: (:use [clojure.string :only (split)]) ...
確定! 回上一頁