Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomocy <tomocy.dev@gmail.com>2019-04-24 06:33:06 +0300
committertomocy <tomocy.dev@gmail.com>2019-04-24 06:33:06 +0300
commit38e12717b6d43799705e52c50349d0d14af8449e (patch)
tree57a7750ce00b495b158408da3dfde7ff5b987fb9
parente984744b200b8a2135a3e0a925b0a8c5b37b46c4 (diff)
add TestFmtDateLong of ja
-rw-r--r--ja/ja_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/ja/ja_test.go b/ja/ja_test.go
index d6e084f1..7db1cc05 100644
--- a/ja/ja_test.go
+++ b/ja/ja_test.go
@@ -778,10 +778,10 @@ func TestFmtDateLong(t *testing.T) {
t time.Time
expected string
}{
- // {
- // t: time.Date(2016, 02, 03, 9, 0, 1, 0, time.UTC),
- // expected: "February 3, 2016",
- // },
+ {
+ t: time.Date(2016, 02, 03, 9, 0, 1, 0, time.UTC),
+ expected: "2016年2月3日",
+ },
}
trans := New()