# New Ticket Created by Will Coleda # Please include the string: [perl #125293] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=125293 >
There's a failing test in S05-match/perl.t for this. Looks like the topmost "hash" attribute isn't the same. # expected: Match.new(ast => Any, list => (), hash => EnumMap.new(:operator([Match.new(ast => Any, list => (), hash => EnumMap.new(), orig => "2 + 4", to => 3, from => 2)])), orig => "2 + 4", to => 5, from => 0) # got: Match.new(ast => Any, list => (), hash => EnumMap.new(), orig => "2 + 4", to => 5, from => 0) -- Will "Coke" Coleda