projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ef7703
)
Fixed bug in a testcase.
author
Armin Ronacher
<armin.ronacher@active-4.com>
Sun, 7 Feb 2010 00:27:34 +0000
(
01:27
+0100)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Sun, 7 Feb 2010 00:27:34 +0000
(
01:27
+0100)
--HG--
branch : trunk
tests/test_old_bugs.py
patch
|
blob
|
history
diff --git
a/tests/test_old_bugs.py
b/tests/test_old_bugs.py
index 9ca834467369832645fd9730c426e8d4d429a999..5e51391a781c782dc1ceebf6906d1ca735b042bb 100644
(file)
--- a/
tests/test_old_bugs.py
+++ b/
tests/test_old_bugs.py
@@
-155,7
+155,6
@@
def test_recursive_loop_bug():
{% endfor %}
{% endfor %}
""")
- tpl1.render(ctx)
tpl2 = Template("""
{% for p in foo%}
@@
-169,4
+168,3
@@
def test_recursive_loop_bug():
{% endfor %}
{% endfor %}
""")
- tpl2.render(ctx)