Skip to content

Commit

Permalink
Fudge for niecza.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Aug 1, 2012
1 parent 88d6e1d commit fedb957
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions S05-interpolation/regex-in-variable.t
Expand Up @@ -45,6 +45,7 @@ ok("aaaaab" ~~ m/<{$foo}>/, 'Rulish scalar match 4');
ok("aaaaab" ~~ m/<$foo>/, 'Rulish scalar match 5');
ok(!("aaaaab" ~~ m/$foo/), 'Rulish scalar match 6');
#?rakudo todo 'double quote interpolation'
#?niecza todo
ok('aaaaab' ~~ m/"$foo"/, 'Rulish scalar match 7');

# RT #61960
Expand Down Expand Up @@ -112,6 +113,7 @@ eval_dies_ok 'm/%var/', 'cannot interpolate hashes into regexes';
}

#?rakudo 3 skip 'instance member interpolation'
#?niecza skip "Representation P6cursor does not support attributes"
{
my class InterpolationTest {
has $!pattern = 'a+b';
Expand Down

0 comments on commit fedb957

Please sign in to comment.