Skip to content

Commit

Permalink
Switch to plan.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Sep 3, 2012
1 parent fde2d1f commit 1c63fd7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions t/02-tokens.t
Expand Up @@ -2,6 +2,8 @@ use v6;
use Test;
use ISO_10303_21::Grammar;

plan 104;

for <A A2 AB2 AB2A> -> $keyword {
my $match = ISO_10303_21::Grammar.parse($keyword, :rule<standard_keyword>);
isa_ok $match, Match, "<standard_keyword> matches $keyword - 1";
Expand Down Expand Up @@ -67,7 +69,3 @@ for (".A.", ".AD2.", ".GD.") -> $keyword {
isa_ok $match, Match, "<enumeration> matches $keyword - 1";
ok $match, "<enumeration> matches $keyword - 2";
}



done;

0 comments on commit 1c63fd7

Please sign in to comment.