summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJun Omae <jun66j5@gmail.com>2022-04-29 10:54:44 +0900
committerJun Omae <jun66j5@gmail.com>2022-04-29 10:54:44 +0900
commitdb534f313315a651b61085fc94ba2e13076e02da (patch)
tree33f187a1376ca394e5abd2888679838dd989145f /tests
parent3ae540289aa4669f0cab079876b05863abee0f0d (diff)
downloadbabel-db534f313315a651b61085fc94ba2e13076e02da.tar.gz
Add support for `b` and `B` period symbols in time format
Diffstat (limited to 'tests')
-rw-r--r--tests/test_dates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_dates.py b/tests/test_dates.py
index 9367466..26d457a 100644
--- a/tests/test_dates.py
+++ b/tests/test_dates.py
@@ -834,7 +834,7 @@ def test_lithuanian_long_format():
def test_zh_TW_format():
# Refs GitHub issue #378
- assert dates.format_time(datetime(2016, 4, 8, 12, 34, 56), locale='zh_TW') == u'B12:34:56'
+ assert dates.format_time(datetime(2016, 4, 8, 12, 34, 56), locale='zh_TW') == u'中午12:34:56'
def test_format_current_moment():