Re: [svn:parrot] r22876 - trunk/t/codingstd

2007-11-19 Thread Paul Cochrane
On 18/11/2007, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Sun, Nov 18, 2007 at 06:03:28AM -0800, [EMAIL PROTECTED] wrote: > > Log: > > [codingstd] If a comma is followed by a single quote, it very likely in a > > situation like: moo = ','; In which case, there shouldn't be a space > > af

Re: [svn:parrot] r22876 - trunk/t/codingstd

2007-11-18 Thread Will Coleda
On Nov 18, 2007, at 12:47 PM, Patrick R. Michaud wrote: On Sun, Nov 18, 2007 at 06:03:28AM -0800, [EMAIL PROTECTED] wrote: Log: [codingstd] If a comma is followed by a single quote, it very likely in a situation like: moo = ','; In which case, there shouldn't be a space after the comm

Re: [svn:parrot] r22876 - trunk/t/codingstd

2007-11-18 Thread Patrick R. Michaud
On Sun, Nov 18, 2007 at 06:03:28AM -0800, [EMAIL PROTECTED] wrote: > Log: > [codingstd] If a comma is followed by a single quote, it very likely in a > situation like: moo = ','; In which case, there shouldn't be a space > after the comma. Updating test to handle this situation. Shouldn't the