summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2022-05-10 13:55:39 +0200
committerGitHub <noreply@github.com>2022-05-10 13:55:39 +0200
commitd0ec73dcfb153823a12f8f94871849b6cd9fece9 (patch)
tree9b8b0395ee97b1022dabc1566bad17d9fe6576da /tests
parent53a74f1c1567b28e6e23bb1ab48ca3a0f888d307 (diff)
parent38a0e42f5ed756dce41ad45801bf702b5404e69a (diff)
downloadbabel-d0ec73dcfb153823a12f8f94871849b6cd9fece9.tar.gz
Merge pull request #869 from jun66j5/date-period-symbols
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 6a24ed4..a84fac9 100644
--- a/tests/test_dates.py
+++ b/tests/test_dates.py
@@ -833,7 +833,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():