fixed a bug with nested loops and the special loop variable.
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 13 Aug 2008 16:55:50 +0000 (18:55 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 13 Aug 2008 16:55:50 +0000 (18:55 +0200)
commitff53c785742f9221d0e71286f1a8f663505cda41
tree8649bb654b4b34e5fbdabbdeba3a20b7b5c31ec0
parent9a0078d5730e98330788add74cc7fe66b7122ecb
fixed a bug with nested loops and the special loop variable.

H: Enter commit message.  Lines beginning with 'HG:' are removed.

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