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
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
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