summaryrefslogtreecommitdiff
path: root/tests/i18n/project_dir/app_no_locale/test.html
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2021-06-30 14:09:20 +0200
committerCarlton Gibson <carlton@noumenal.es>2021-07-01 10:11:10 +0200
commitdfa7781033a0d62e84c632ef216208d29e7633c8 (patch)
tree57789b8dd44bf0cbdbd4464a24d009c472f380ff /tests/i18n/project_dir/app_no_locale/test.html
parent8feb2a49fa37528823cc900bbd9609319738193e (diff)
Fixed #32144 -- Made makemessages remove temporary files when locale path doesn't exist.
Diffstat (limited to 'tests/i18n/project_dir/app_no_locale/test.html')
-rw-r--r--tests/i18n/project_dir/app_no_locale/test.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/i18n/project_dir/app_no_locale/test.html b/tests/i18n/project_dir/app_no_locale/test.html
new file mode 100644
index 0000000000..1caebc9e15
--- /dev/null
+++ b/tests/i18n/project_dir/app_no_locale/test.html
@@ -0,0 +1,4 @@
+A non-Python file will be classed as translatable.
+
+The temporary file created from this should be removed from the file system if
+an error is raised.