Changeset 17731 for ext

Show
Ignore:
Timestamp:
09/09/07 13:03:22 (16 months ago)
Author:
masak
Message:

[ext/Perl6-Grammar/t/basic.t]
* test does not hang anymore, it just fails normally

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ext/Perl6-Grammar/t/basic.t

    r15758 r17731  
    4848is(?("Perl6" ~~ /^<identZZ>$/),Bool::True,"ids are parsed"); 
    4949 
    50 flunk("test hangs", :todo<bug>); 
    51 #is(?("Perl6::rule" ~~ /^<identZZ>$/),Bool::True,"ids are parsed as fullid"); 
     50is(?("Perl6::rule" ~~ /^<identZZ>$/),Bool::True,"ids are parsed as fullid"); 
    5251 
    5352is(?("::rule" ~~ /^<identZZ>$/),Bool::True,"global ids are parsed as fullid");