diff options
| author | Josh Mize <jgmize@gmail.com> | 2013-09-09 11:48:56 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-09 15:19:09 -0400 |
| commit | a52cc1c0888c2cedb07b2c0619c1a92a2f6e2c40 (patch) | |
| tree | 4644f29ba974e20f06c10080b28bc5d30cd6c81f /tests | |
| parent | 910a5760f6f5ffc42b4b264b08057207b8e26106 (diff) | |
Fixed #21078 -- Handled additional bad Accept-Language header
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/i18n/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/i18n/tests.py b/tests/i18n/tests.py index c18c88cad3..f482dba3bb 100644 --- a/tests/i18n/tests.py +++ b/tests/i18n/tests.py @@ -849,6 +849,7 @@ class MiscTests(TransRealMixin, TestCase): self.assertEqual([], p('de;q=0.a')) self.assertEqual([], p('12-345')) self.assertEqual([], p('')) + self.assertEqual([], p('en; q=1,')) def test_parse_literal_http_header(self): """ |
