# New Ticket Created by  Christian Bartolomaeus 
# Please include the string:  [perl #125146]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=125146 >


There are two skipped tests in S32-list/map.t which can be shortened to 
something like:

$ perl6 -e 'say (1,2,3).map({$^a + $^b})'
Too few positionals passed; expected 2 arguments but got 1
  in block <unit> at -e:1

The tests seem to expect that placeholder arguments which get no value are 
treated as zeros.

Reply via email to