Index: t/op/comp.t =================================================================== --- t/op/comp.t (revision 42529) +++ t/op/comp.t (working copy) @@ -148,7 +148,7 @@ new $P0, 'Float' set $P0, -1.2 new $P1, 'String' - set $P1, "-1.2" + set $P1, "-1.2000000000" eq_num $P0, $P1, OK ok(0, "not eq_num") .return()