Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge for niecza.
  • Loading branch information
colomon committed Mar 5, 2013
1 parent d869702 commit dfcb7af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S05-metasyntax/litvar.t
Expand Up @@ -30,6 +30,7 @@ ok("zzzzzz{$var}zzzzzz" ~~ m/$var/, 'Nested scalar interpolation');
ok(!( "aaaaab" ~~ m/$var/ ), 'Rulish scalar interpolation');

#?pugs 3 todo 'feature'
#?niecza 2 todo
ok('a0' ~~ m/$aref[0]/, 'Array ref 0');
ok('bx0' ~~ m/$aref.[0]/, 'Array ref dot 0');
ok('c0' ~~ m/@var[0]/, 'Array 0');
Expand Down

0 comments on commit dfcb7af

Please sign in to comment.