mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #28628 -- Changed \d to [0-9] in regexes where appropriate.
This commit is contained in:
committed by
Mariusz Felisiak
parent
fe76944269
commit
bdf3e156b4
@@ -1406,6 +1406,7 @@ class MiscTests(SimpleTestCase):
|
||||
('12-345', []),
|
||||
('', []),
|
||||
('en;q=1e0', []),
|
||||
('en-au;q=1.0', []),
|
||||
]
|
||||
for value, expected in tests:
|
||||
with self.subTest(value=value):
|
||||
|
||||
Reference in New Issue
Block a user