On 2/21/02 5:38 PM, "Nathan Bubna" <[EMAIL PROTECTED]> wrote:
> here's a weird one for you... (this is with velocity-1.3-dev) > > $bar## > #set( $foo = "foo" ) > $foo > > > renders as > > $bar#set( $foo = "foo" ) $foo > > > and > > > $bar#* > *##set( $foo = "foo" ) > $foo > > renders as > > $bar#set( $foo = "foo" ) $foo > > > now that ain't right! in both cases, removing the $bar reference right > before the comment, or adding an extra new-line between the comment end and > the #set directive will cause the template to render correctly. funky, eh? > > anyway, just like that obscure allow.local.inline.scope bug i wrote about a > few weeks back, i can work around this, but i thought you should know. is > there a bug report system set up for things like this? or shall i just post > to dev as i find them? Put it into bugzilla. Won't do this until after 1.3 release -- Geir Magnusson Jr. [EMAIL PROTECTED] System and Software Consulting Age and treachery will always triumph over youth and talent -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
