We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c93c21 commit 177ae7dCopy full SHA for 177ae7d
S05-grammar/namespace.t
@@ -44,7 +44,7 @@ check that multi-jointed namespaces work with grammars
44
grammar Foo::Bar {
45
token foo { foo }
46
}
47
-is("foo" ~~ &Foo::Bar::foo, 'foo', 'regex in a namespace callable');
+ok("foo" ~~ &Foo::Bar::foo, 'regex in a namespace callable');
48
49
grammar Grammar::Deep { token foo { 'foo' }; }
50
grammar GrammarShallow { token TOP { <Grammar::Deep::foo> 'bar' }; }
0 commit comments