diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2010-10-10 22:19:01 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2010-10-10 22:19:01 +0000 |
| commit | b79daef8676df78fabb70a686374aebeccdd6db0 (patch) | |
| tree | 6d7161344efed35dd1a69a048a516444657aeaa9 /tests/regressiontests/i18n/commands/javascript.js | |
| parent | 20fa9ddb7183707d707a8c703b6f28b02efc80db (diff) | |
Consolidated i18n commands test with the rest of the i18n tests.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/i18n/commands/javascript.js')
| -rw-r--r-- | tests/regressiontests/i18n/commands/javascript.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/regressiontests/i18n/commands/javascript.js b/tests/regressiontests/i18n/commands/javascript.js new file mode 100644 index 0000000000..bc5ec87957 --- /dev/null +++ b/tests/regressiontests/i18n/commands/javascript.js @@ -0,0 +1,4 @@ +// ' +gettext('This literal should be included.') +// ' +gettext('This one as well.') |
