Opened 13 years ago
Closed 13 years ago
#6928 closed defect (fixed)
[CLA / patch] fix parser so it handles empty arrays
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Parser | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Currently when the parser encounters an empty string (""
) that is meant for an array element, it turns it into an array containing the empty string. This patch returns an empty array if the string evaluates to false, with a test.
I have a CLA on file (Jeff Balogh).
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | parser-empty-array.patch added |
---|
comment:1 Changed 13 years ago by
Cc: | [email protected]… removed |
---|---|
Milestone: | → 1.2 |
Reporter: | changed from guest to [email protected]… |
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Good catch, I'll check this in. Thanks (and thanks for the unit test update too).