Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Niecza refudge.
  • Loading branch information
colomon committed Jun 12, 2013
1 parent be0cfe8 commit 2277bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S05-metasyntax/litvar.t
Expand Up @@ -30,8 +30,8 @@ ok("zzzzzz{$var}zzzzzz" ~~ m/$var/, 'Nested scalar interpolation');
ok(!( "aaaaab" ~~ m/$var/ ), 'Rulish scalar interpolation');

#?pugs 5 todo 'feature'
#?niecza 2 todo
ok(!('a0' ~~ m/$aref[0]/), 'Array ref stringifies before matching'); #OK
#?niecza todo
ok('a b ab c0' ~~ m/$aref[0]/, 'Array ref stringifies before matching'); #OK
ok('a0' ~~ m/@$aref[0]/, 'Array deref ignores 0'); #OK
ok('bx0' ~~ m/@$aref.[0]/, 'Array deref ignores dot 0'); #OK
Expand Down

0 comments on commit 2277bd3

Please sign in to comment.