Skip to content

Commit

Permalink
[t/spec] unfudge tests for match object non-flattening
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@32066 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
moritz committed Aug 20, 2010
1 parent 7c91846 commit 1f9084f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S05-match/capturing-contexts.t
Expand Up @@ -66,7 +66,6 @@ plan *;
is $/[0][1], 'b', 'match element [0][1] from /(.)+/';

my @match = @( 'ab' ~~ /(.)+/ );
#?rakudo 2 skip 'match coerced to array is flattened (RT #64952)'
is @match[0][0], 'a', 'match element [0][0] from /(.)+/ coerced';
is @match[0][1], 'b', 'match element [0][1] from /(.)+/ coerced';
}
Expand Down

0 comments on commit 1f9084f

Please sign in to comment.