Re: [patch] preserve spaces

2002-01-21 Thread Stas Bekman
Doug MacEachern wrote: On Fri, 18 Jan 2002, Stas Bekman wrote: > any reason for this leading space stripping? If we have a vh block with many nested blocks it's nice to preserve the indentation, no? Unless this was done for a special reason, this patch keeps the config block as is. that'll break

Re: [patch] preserve spaces

2002-01-20 Thread Doug MacEachern
On Fri, 18 Jan 2002, Stas Bekman wrote: > any reason for this leading space stripping? If we have a vh block with > many nested blocks it's nice to preserve the indentation, no? Unless > this was done for a special reason, this patch keeps the config block as is. that'll break all of the patter

[patch] preserve spaces

2002-01-18 Thread Stas Bekman
any reason for this leading space stripping? If we have a vh block with many nested blocks it's nice to preserve the indentation, no? Unless this was done for a special reason, this patch keeps the config block as is. Index: Apache-Test/lib/Apache/TestConfigPerl.pm ==