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:40 +0300
committertomocy <tomocy.dev@gmail.com>2019-04-24 06:33:40 +0300
commitd6130cbc65644c15492cb1eaf4a80198b7048059 (patch)
treed2bebdd84fe924d87026dc50503dc7ecd5b5e9cb
parent38e12717b6d43799705e52c50349d0d14af8449e (diff)
add TestFmtDateMedium 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 7db1cc05..fe195f82 100644
--- a/ja/ja_test.go
+++ b/ja/ja_test.go
@@ -800,10 +800,10 @@ func TestFmtDateMedium(t *testing.T) {
t time.Time
expected string
}{
- // {
- // t: time.Date(2016, 02, 03, 9, 0, 1, 0, time.UTC),
- // expected: "Feb 3, 2016",
- // },
+ {
+ t: time.Date(2016, 02, 03, 9, 0, 1, 0, time.UTC),
+ expected: "2016/02/03",
+ },
}
trans := New()