Changeset 7753
- Timestamp:
- 06/25/08 23:33:18 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/regressiontests/templates/tests.py
r7752 r7753 894 894 'cache07' : ('{% load cache %}{% cache 2 test foo %}cache06{% endcache %}', {'foo': 1}, 'cache05'), 895 895 896 # Raise exception if we don t have at least 2 args, first one integer.896 # Raise exception if we don't have at least 2 args, first one integer. 897 897 'cache08' : ('{% load cache %}{% cache %}{% endcache %}', {}, template.TemplateSyntaxError), 898 898 'cache09' : ('{% load cache %}{% cache 1 %}{% endcache %}', {}, template.TemplateSyntaxError),
