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


If, when constructing a hash, a comma is ommited, that particular key will be 
missing from that hash and no error or warning is generated. This it LTA, as 
can be a source of hard-to-find bugs. Either comma-less assignment should Just 
Work or an error/warning should be generated.

<Zoffix> m: my %h = :foo<bar> :ber<boor>, :meow<moo>; say %h
<camelia> rakudo-moar b5cb00: OUTPUT«foo => bar, meow => moo␤»

Relevant IRC conversation: http://irclog.perlgeek.de/perl6/2016-01-03#i_11822917

Reply via email to