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?

Nathan Bubna
[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to