Details
-
Type:
Defect
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
(match (vector) ([(re :guard string?)] :seq) 4 [] 6)
This should evaluate to 6 not nil.
Activity
David Nolen
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Description |
(match (vector)
([(re :when string?)] :seq) 4 [] 6) This should evaluate to 6 not nil. |
{code}
(match (vector) ([(re :guard string?)] :seq) 4 [] 6) {code} This should evaluate to 6 not nil. |