Re: array interpolation implemented; a question

2005-03-07 Thread Larry Wall
On Sun, Mar 06, 2005 at 12:30:43PM -0500, Garrett Rooney wrote: : Autrijus Tang wrote: : >On Sat, Mar 05, 2005 at 02:39:06PM -0700, Luke Palmer wrote: : > : >>Garrett Rooney writes: : >> : >>>Garrett Rooney wrote: : >>> : >>> : Assuming the spec is correct, here's a patch to add some more tests

Re: array interpolation implemented; a question

2005-03-06 Thread Garrett Rooney
Autrijus Tang wrote: On Sat, Mar 05, 2005 at 02:39:06PM -0700, Luke Palmer wrote: Garrett Rooney writes: Garrett Rooney wrote: Assuming the spec is correct, here's a patch to add some more tests to t/op/string_interpolation.t. Of course, those should have been todo_is tests... Here's the right p

array interpolation implemented; a question

2005-03-06 Thread Autrijus Tang
On Sat, Mar 05, 2005 at 02:39:06PM -0700, Luke Palmer wrote: > Garrett Rooney writes: > > Garrett Rooney wrote: > > > > >Assuming the spec is correct, here's a patch to add some more tests to > > >t/op/string_interpolation.t. > > > > Of course, those should have been todo_is tests... Here's the