summaryrefslogtreecommitdiff
path: root/tests/i18n/commands/templates/template_with_error.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i18n/commands/templates/template_with_error.tpl')
-rw-r--r--tests/i18n/commands/templates/template_with_error.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/i18n/commands/templates/template_with_error.tpl b/tests/i18n/commands/templates/template_with_error.tpl
new file mode 100644
index 0000000000..c2b93bdd06
--- /dev/null
+++ b/tests/i18n/commands/templates/template_with_error.tpl
@@ -0,0 +1,3 @@
+{% load i18n %}
+<p>This template contains an error (no endblocktrans)</p>
+<p>{% blocktrans %}This should fail{% blocktrans %}</p>