summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/humanize_tests/tests.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/humanize_tests/tests.py b/tests/humanize_tests/tests.py
index 5e4f7f0ef7..ab967e2874 100644
--- a/tests/humanize_tests/tests.py
+++ b/tests/humanize_tests/tests.py
@@ -55,6 +55,9 @@ class HumanizeTests(SimpleTestCase):
"102",
"103",
"111",
+ "-0",
+ "-1",
+ "-105",
"something else",
None,
)
@@ -70,6 +73,9 @@ class HumanizeTests(SimpleTestCase):
"102nd",
"103rd",
"111th",
+ "0th",
+ "-1",
+ "-105",
"something else",
None,
)