Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge tests for <.print> and <.graph>.
  • Loading branch information
jnthn committed Sep 23, 2015
1 parent ba45802 commit cafa204
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions S05-mass/stdrules.t
Expand Up @@ -168,7 +168,6 @@ ok("\x07A" ~~ m/<+alpha>/, q{Match unanchored alpha as charset});

# graph

#?rakudo skip '<.graph> RT #124887'
{
ok("V" ~~ m/^<.graph>$/, q{Match graph as subrule});
ok(!( "V" ~~ m/^<!graph>.$/ ), q{Don't match negated graph as subrule} );
Expand Down Expand Up @@ -209,7 +208,6 @@ ok("\x07A" ~~ m/<+alpha>/, q{Match unanchored alpha as charset});

# print

#?rakudo skip '<.print> RT #124888'
{
ok("M" ~~ m/^<.print>$/, q{Match print as subrule});
ok(!( "M" ~~ m/^<!print>.$/ ), q{Don't match negated print as subrule} );
Expand Down

0 comments on commit cafa204

Please sign in to comment.