This is an automatically generated mail to inform you that tests are now available in t/spec/S05-grammar/inheritance.t
commit 42bf072d58706c51ab1552046b65a03bca0103f3 Author: kyle <k...@c213334d-75ef-0310-aa23-eaa082d1ae64> Date: Sun Oct 11 22:25:34 2009 +0000 [t/spec] Label test for RT 65474 git-svn-id: http://svn.pugscode.org/p...@28762 c213334d-75ef-0310-aa23-eaa082d1ae64 diff --git a/t/spec/S05-grammar/inheritance.t b/t/spec/S05-grammar/inheritance.t index 1a1b7b6..da3d0cb 100644 --- a/t/spec/S05-grammar/inheritance.t +++ b/t/spec/S05-grammar/inheritance.t @@ -19,7 +19,7 @@ grammar Grammar::Bar is Grammar::Foo { }; is(~('bar' ~~ /^<Grammar::Bar::bar>$/), 'bar', 'got right match (bar)'); -#?rakudo skip 'directly calling inherited grammar rule' +#?rakudo skip 'directly calling inherited grammar rule (RT 65474)' is(~('foo' ~~ /^<Grammar::Bar::foo>$/), 'foo', 'got right match (foo)'); is(~('foo' ~~ /^<Grammar::Bar::any>$/), 'foo', 'got right match (any)'); is(~('bar' ~~ /^<Grammar::Bar::any>$/), 'bar', 'got right match (any)');