Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rakudo fudge
  • Loading branch information
coke committed Nov 20, 2011
1 parent b56cadb commit 41f3591
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S05-interpolation/regex-in-variable.t
Expand Up @@ -64,6 +64,7 @@ ok(!( "abca!" ~~ m/^@var+$/ ), 'Multiple array non-matching');
ok("a+bb+ca+b" ~~ /^@foo+$/, 'Multiple array non-compiling');
ok(!("a+bb+ca+b" ~~ /^<@foo>+$/), 'Multiple array compiling');
ok(!("aaaabbbbbcaaab" ~~ /^@foo+$/), 'Multiple array non-compiling');
#?rakudo todo 'nom regression'
ok("aaaabbbbbcaaab" ~~ /^<@foo>+$/, 'Multiple array compiling');

# L<S05/Variable (non-)interpolation/The use of a hash variable in patterns is reserved>
Expand Down

0 comments on commit 41f3591

Please sign in to comment.