Ticket #1 (closed bug: fixed)
Extra comma in map(), filter()
| Reported by: | Ratio | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | rhostmush | Version: | |
| Severity: | bug | Keywords: | |
| Cc: |
Description
In order to pass an argument (or multiple arguments) with either filter() or map(), an extra trailing comma is needed.
Replication of issue:
&map.junk me=%0 arg:%1
think map(me/map.junk,1|2|3,|,|,9) --failure
think map(me/map.junk,1|2|3,|,|,9,) --success
Change History
Note: See
TracTickets for help on using
tickets.
