[stringtemplate-interest] whitespace in IF

Terence Parr parrt at cs.usfca.edu
Fri Nov 6 18:11:33 PST 2009


ok, a related problem.   Is

<if(x)>
foo
<else>
bar
<endif>

same as

<if(x)>foo<else>bar<endif>

It's same in v3. I'm wondering if we want the \n after foo or bar.

What do you think?

Ter


More information about the stringtemplate-interest mailing list