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:32:32 +0300
committertomocy <tomocy.dev@gmail.com>2019-04-24 06:32:32 +0300
commite984744b200b8a2135a3e0a925b0a8c5b37b46c4 (patch)
tree97936d1631a25596892564f9ad8c86fde377f184
parente79a9af51b26b94d3bd14d023a5c7ff29b4f98d6 (diff)
add TestFmtDateFull 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 4ee1823f..d6e084f1 100644
--- a/ja/ja_test.go
+++ b/ja/ja_test.go
@@ -756,10 +756,10 @@ func TestFmtDateFull(t *testing.T) {
t time.Time
expected string
}{
- // {
- // t: time.Date(2016, 02, 03, 9, 0, 1, 0, time.UTC),
- // expected: "Wednesday, February 3, 2016",
- // },
+ {
+ t: time.Date(2016, 02, 03, 9, 0, 1, 0, time.UTC),
+ expected: "2016年2月3日水曜日",
+ },
}
trans := New()