0

This is related to

If I have a template like...

foo(bar) ::= <<
{
   inner
}
>>

...it will cause an indentation event before 'inner' which ultimately calls pushIndentation. My question is how to cause an indentation event when using '<% ... %>' templates?

Or, what would be the equivalent to the previous template?

The following is similar but not equivalent to the previous example.

foo(bar) ::= <%
{
<\n><\ ><\ >inner
<\n>}
%>

What needs to be done to make it equivalent?

phreed
  • 1,759
  • 1
  • 15
  • 30

0 Answers0