Ticket #1275: t_op_comp_t.patch
| File t_op_comp_t.patch, 351 bytes (added by mikehh, 12 years ago) |
|---|
-
t/op/comp.t
148 148 new $P0, 'Float' 149 149 set $P0, -1.2 150 150 new $P1, 'String' 151 set $P1, "-1.2 "151 set $P1, "-1.2000000000" 152 152 eq_num $P0, $P1, OK 153 153 ok(0, "not eq_num") 154 154 .return()
