Changeset 22452 for t

Show
Ignore:
Timestamp:
09/29/08 17:34:55 (2 months ago)
Author:
moritz
Message:

[t/spec] unTODOed a few passing radix.t tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S02-literals/radix.t

    r22442 r22452  
    234234 
    235235# tests for _invalid_ string interpretations of radix notations 
    236 #?rakudo todo "patch has not been applied, see RT# 59222" 
    237236{ 
    238237    is +":2.4<01>", 0, "fractional radix parsefail works"; 
     
    245244    is +":_2_<_0_1_>_", 0, "underscore seperator misuse parsefail works (4)"; 
    246245    is +":2<1.3>", 0, "invalid radix conversion alphabet parsefail works"; 
     246    #?rakudo todo 'Str -> Num conversion' 
    247247    is +"0b1.1e10", 0, "ambiguious scientific notation parsefail works"; 
    248248    is +":2<10dlk", 0, "missing closing angle bracket";