Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add refs to RT #126142
  • Loading branch information
coke committed Sep 23, 2015
1 parent 0a0e339 commit ba45802
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions S05-syntactic-categories/new-symbols.t
Expand Up @@ -6,6 +6,7 @@ plan 8;

# L<S05/Syntactic categories/>

#?rakudo skip "RT #126142 - NYI"
{
augment slang Regex {
token backslash:sym<Y> { YY };
Expand All @@ -16,8 +17,10 @@ plan 8;
ok 'YY' ~~ /^\Y$/, 'can use that rule (positive)';
ok 'yX' !~~ /^\Y$/, 'can use that rule (negative)';
}
#?rakudo skip "RT #126142 - NYI"
eval-dies-ok '/\Y/', 'backslash rules are lexically scoped';

#?rakudo skip "RT #126142 - NYI"
{
# nothing in the spec says that backslash rules need to be one char
# only, and we have LTM after all
Expand Down

0 comments on commit ba45802

Please sign in to comment.