On Sun Jul 20 09:43:56 2014, coke wrote: > S02-lexical-conventions/unicode.t has two tests that have to be > skipped due to a parse fail: > > lives_ok { my $पहला = 1; }, "hindi declaration"; > is((do { my $दूसरा = 2; sub टोटल ($x) { $x + 2 }; टोटल($दूसरा) }), 4, > "evaluation"); > > When unskipped, they die with: "Two terms in a row" > > -- > Will "Coke" Coleda
These tests seem to pass now and be unskipped, both on roast master and 6.c-errata. -- Will "Coke" Coleda