# New Ticket Created by Cyber Universes
# Please include the string: [perl #120620]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=120620 >
under Rakudo Star 2013.10:
say [foo => (1,2,3).map: {$_}].perl
#right: ["foo" => (1, 2, 3).list.item]
say {foo => (1,2,3).map: {$_}}.perl
#wrong: {"foo" => ().list.item}
As this was discovered as a test failure in JSON::Unmarshal, it seems
likely to be a regression in the August to October range.