Details
-
Type:
Defect
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Declined
-
Affects Version/s: Release 1.3
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:OSX Lion
Description
contains? returns the wrong result for the last item in a vector:
user> (map #(contains? [1 2 3 4] %) [1 2 3 4])
(true true true false)