Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rakudo-unfudge tests for interpolation in quoted strings in regexes
  • Loading branch information
moritz committed Aug 13, 2012
1 parent 6793373 commit 9e3bbb6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S05-mass/rx.t
Expand Up @@ -525,12 +525,10 @@ ok 'ab<\'>cd' ~~ /"ab<'>cd"/, 'literal match with quote';
ok "ab\x5ccd" ~~ /"ab\\cd"/, 'literal match with backslash';

#### (ab)x"$0" abxab y literal match with interpolation
#?rakudo todo 'unknown'
#?pugs todo
ok 'abxab' ~~ /(ab)x"$0"/, 'literal match with interpolation';

#### (ab)"x$0" abxab y literal match with interpolation
#?rakudo todo 'unknown'
#?pugs todo
ok 'abxab' ~~ /(ab)"x$0"/, 'literal match with interpolation';

Expand Down

0 comments on commit 9e3bbb6

Please sign in to comment.