Changeset 22035
- Timestamp:
- 08/25/08 22:07:11 (3 months ago)
- Files:
-
- 1 modified
-
t/spec/S03-operators/arith.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S03-operators/arith.t
r21981 r22035 328 328 isnt Inf, -Inf; 329 329 #?rakudo todo 'undef.abs' 330 is -Inf.abs, Inf;330 is (-Inf).abs, Inf; 331 331 #?rakudo 4 todo 'Inf' 332 332 is Inf+100, Inf;
