Fixed a bug that caused syntax errors when defining macros or using the
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 4 Feb 2009 18:13:58 +0000 (19:13 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 4 Feb 2009 18:13:58 +0000 (19:13 +0100)
commit330fbc0ad21fe988a7970c2f04df3a411bbeb4bd
treefcd9b00adec261c111a3e575a591731ab5b84b0f
parentbec76c789fa89e3ea86e3998ff3d4941df26edd1
Fixed a bug that caused syntax errors when defining macros or using the
`{% call %}` tag inside loops.

This fixes #323.

--HG--
branch : trunk
CHANGES
jinja2/compiler.py
jinja2/debug.py
tests/test_forloop.py