commit | e39a5d2da7dfd38152ff0c0712b918b7e058ebde | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Sat Jun 23 21:11:53 2007 +0200 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Sat Jun 23 21:11:53 2007 +0200 |
tree | 905a58cdba088fccdc5875510d3d2773a227d243 | |
parent | 61dc5c247d47b50f7bc26857de76e16919dda124 [diff] [blame] |
[svn] added groupby filter and fixed some small bugs --HG-- branch : trunk
diff --git a/tests/runtime/exception.py b/tests/runtime/exception.py index 6043746..0af7955 100644 --- a/tests/runtime/exception.py +++ b/tests/runtime/exception.py
@@ -54,9 +54,8 @@ {% include 'syntax_broken' %} ''', - '/code_runtime_error': u''' -{{ broken() }} -''', + '/code_runtime_error': u'''We have a runtime error here: + {{ broken() }}''', 'runtime_broken': '''\ This is an included template