mikeboers / PyHAML

Pythonic implementation of HAML, cross compiling to Mako template syntax.
BSD 3-Clause "New" or "Revised" License
97 stars 13 forks source link

Whitespace control issues with %%def #14

Open mikeboers opened 12 years ago

mikeboers commented 12 years ago

The following template leaks the whitespace control character from the %%def into before and after.

%%def(name='test()')<
    def

before
    inside before

%%self:test

after
    inside after