Advertisement
Guest User

Untitled

a guest
Nov 4th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. (facts "about `pr134`"
  2. (fact "it normally return true if the key exist and the value is nil"
  3. (pr134 :a {:a nil :b 2}) => true
  4. (pr134 :b {:a nil :b 2}) => false
  5. (pr134 :c {:a nil :b 2}) => false
  6. ))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement