Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge for niecza.
  • Loading branch information
colomon committed Dec 19, 2011
1 parent 6b769eb commit cd2cf77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S05-metasyntax/repeat.t
Expand Up @@ -48,7 +48,6 @@ eval_dies_ok('"foo" ~~ m/o{1,3}/', 'P5-style {1,3} range mistake is caught');
eval_dies_ok('"foo" ~~ m/o{1,}/', 'P5-style {1,} range mistake is caught');

is(~('foo,bar,baz,' ~~ m/[<alpha>+]+ % ','/), 'foo,bar,baz', '% with a term worked');
#?niecza todo '#80'
is(~('foo,bar,baz,' ~~ m/[<alpha>+]+ %% ','/), 'foo,bar,baz,', '%% with a term worked');
is(~('foo, bar,' ~~ m/[<alpha>+]+ % [','\s*]/), 'foo, bar', '% with a more complex term');

Expand Down

0 comments on commit cd2cf77

Please sign in to comment.