Skip to content

Commit

Permalink
Remove extraneous | from a Niecza skip line.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Jul 22, 2012
1 parent e7b4100 commit 89bfdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S05-interpolation/regex-in-variable.t
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ok("!!!!e!!!!!" ~~ m/@var/, 'Nested array match (e)');

#?pugs todo
ok("abca" ~~ m/^@var+$/, 'Multiple array matching');
#?niecza skip 'Cannot cast from source type to destination type.'|
#?niecza skip 'Cannot cast from source type to destination type.'
ok(!( "abca!" ~~ m/^@var+$/ ), 'Multiple array non-matching');

#?rakudo todo 'array variable interpolation'
Expand Down

0 comments on commit 89bfdc5

Please sign in to comment.