Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (facts "about `pr134`"
- (fact "it normally return true if the key exist and the value is nil"
- (pr134 :a {:a nil :b 2}) => true
- (pr134 :b {:a nil :b 2}) => false
- (pr134 :c {:a nil :b 2}) => false
- ))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement