- Timestamp:
- 09/09/07 13:03:22 (16 months ago)
- Files:
-
- 1 modified
-
ext/Perl6-Grammar/t/basic.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ext/Perl6-Grammar/t/basic.t
r15758 r17731 48 48 is(?("Perl6" ~~ /^<identZZ>$/),Bool::True,"ids are parsed"); 49 49 50 flunk("test hangs", :todo<bug>); 51 #is(?("Perl6::rule" ~~ /^<identZZ>$/),Bool::True,"ids are parsed as fullid"); 50 is(?("Perl6::rule" ~~ /^<identZZ>$/),Bool::True,"ids are parsed as fullid"); 52 51 53 52 is(?("::rule" ~~ /^<identZZ>$/),Bool::True,"global ids are parsed as fullid");
