Skip to content

Commit

Permalink
[t/spec] unfudge a test for $/ after .parse
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@30562 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
moritz committed May 6, 2010
1 parent 9a73021 commit e98ede9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S05-grammar/protoregex.t
Expand Up @@ -18,7 +18,6 @@ ok (my $match = Alts.parse('foo')), 'can parse with proto regexes (1)';
is $match, 'foo', 'and matched the full string';
is $match<alt>, 'foo', 'got the right name of the capture';

#?rakudo todo 'Grammar.parse($str) should set $/'
is $/, 'foo', 'also works with $/';

ok Alts.parse('bar'), 'can parse with second alternative';
Expand Down

0 comments on commit e98ede9

Please sign in to comment.