summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2011-04-18 20:00:10 +0000
committerRamiro Morales <cramm0@gmail.com>2011-04-18 20:00:10 +0000
commit0defa7dc9dc97a11baea3b91158fbc7c57e5c3a6 (patch)
treebcf85cf329bd7a59949b973b7e7cccd8051ff3eb /tests
parentd3e5380b41c1237e138c9432c8eb7d6ff91fe9ac (diff)
Fixed #15848 -- Fixed regression introduced in [15882] in makemessages management command when processing multi-line comments that contain non-ASCCI characters in templates. Thanks for the report Denis Drescher.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16038 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests')
-rw-r--r--tests/regressiontests/i18n/commands/templates/test.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/regressiontests/i18n/commands/templates/test.html b/tests/regressiontests/i18n/commands/templates/test.html
index 86c7772580..b5d705c132 100644
--- a/tests/regressiontests/i18n/commands/templates/test.html
+++ b/tests/regressiontests/i18n/commands/templates/test.html
@@ -50,3 +50,10 @@ continued here.
{% comment %} Translators: Two-line translator comment #4
continued here.{% endcomment %}
{% trans "Translatable literal #4b" %}
+
+{% comment %} Translators: One-line translator comment #5 -- with non ASCII characters: áéíóúö{% endcomment %}
+{% trans "Translatable literal #5a" %}
+
+{% comment %} Translators: Two-line translator comment #5 -- with non ASCII characters: áéíóúö
+continued here.{% endcomment %}
+{% trans "Translatable literal #6b" %}