On Mar 5, 2011, at 4:38 PM, Thadeus Burgess wrote:
> Ok, when put into this context I agree, it should be fixed. It should all
> behave the same.
I'll create some more unit tests to expose the current behavior and then remove
the special case.
In the meantime, the workaround is to observe this rule: if a code block begins
with '=' (not counting initial whitespace), then the entire code block should
be on one line. Example:
{{ =this }}
{{ =but not
this}}
One exception: I assume (and will test) that this is OK:
{{ ="""some
long
string
"""
}}
...which doesn't make sense on its own, but might with interpolation.
>
> --
> Thadeus
>
>
>
>
> On Fri, Mar 4, 2011 at 8:22 PM, Jonathan Lundell <[email protected]> wrote:
> s a strange set of rules, if you ask me. And confusing, as we've already
> seen, especially since the error message is not hel
>