Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct a test.
Also unfudge it for Niecza, which gets it right now it's corrected.
  • Loading branch information
jnthn committed Mar 9, 2013
1 parent f17c27b commit c9de385
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S04-statements/terminator.t
Expand Up @@ -42,8 +42,7 @@ eval_dies_ok('my $x = ', 'incomplete expression');
+ 2 ];
';

#?niecza todo
is($z[0], 3, 'auto-curly doesn\'t apply unless we\'re at top level');
is($z[0], 2, 'auto-curly applies inside array composer');
}

# There's *no* ";" before the "\n", but pugs parsed it nevertheless!
Expand Down

0 comments on commit c9de385

Please sign in to comment.