On Thu, May 15, 2003 at 08:35:39PM -0600, Luke Palmer wrote: > Silly me. Here's that patch without the C++ comments %-)
This bug is still marked open: http://rt.perl.org/rt2/Ticket/Display.html?id=22214 > RCS file: /cvs/public/parrot/t/op/number.t,v > retrieving revision 1.28 > diff -U3 -r1.28 number.t > --- t/op/number.t 28 Dec 2002 01:37:54 -0000 1.28 > +++ t/op/number.t 16 May 2003 01:01:37 -0000 > @@ -1007,13 +1007,19 @@ > set S1, "12.0" > set S2, "-2.45" > set S3, "25e2" > - set S4, "Banana" > + set S4, "Banana32" > + set S5, ".Monkey6" > + set S6, " 42.65" > + set S7, "12Chimp" I don't see this test added, so should this patch be applied? Nicholas Clark