Changeset 22035

Show
Ignore:
Timestamp:
08/25/08 22:07:11 (3 months ago)
Author:
moritz
Message:

[t/spec] fixed precedence bug in arith.t, dr_df0++ for spotting it

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S03-operators/arith.t

    r21981 r22035  
    328328isnt Inf, -Inf; 
    329329#?rakudo todo 'undef.abs' 
    330 is -Inf.abs, Inf; 
     330is (-Inf).abs, Inf; 
    331331#?rakudo 4 todo 'Inf' 
    332332is Inf+100, Inf;