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:
-rw-r--r--ja_JP/ja_JP_test.go56
1 files changed, 28 insertions, 28 deletions
diff --git a/ja_JP/ja_JP_test.go b/ja_JP/ja_JP_test.go
index d9a1fb09..73db29dd 100644
--- a/ja_JP/ja_JP_test.go
+++ b/ja_JP/ja_JP_test.go
@@ -352,34 +352,34 @@ func TestDaysShort(t *testing.T) {
idx int
expected string
}{
- // {
- // idx: 0,
- // expected: "Su",
- // },
- // {
- // idx: 1,
- // expected: "Mo",
- // },
- // {
- // idx: 2,
- // expected: "Tu",
- // },
- // {
- // idx: 3,
- // expected: "We",
- // },
- // {
- // idx: 4,
- // expected: "Th",
- // },
- // {
- // idx: 5,
- // expected: "Fr",
- // },
- // {
- // idx: 6,
- // expected: "Sa",
- // },
+ {
+ idx: 0,
+ expected: "日",
+ },
+ {
+ idx: 1,
+ expected: "月",
+ },
+ {
+ idx: 2,
+ expected: "火",
+ },
+ {
+ idx: 3,
+ expected: "水",
+ },
+ {
+ idx: 4,
+ expected: "木",
+ },
+ {
+ idx: 5,
+ expected: "金",
+ },
+ {
+ idx: 6,
+ expected: "土",
+ },
}
for _, tt := range tests {