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:25:44 +0300
committertomocy <tomocy.dev@gmail.com>2019-04-24 06:25:44 +0300
commit5a88e43184e176d557df4a85dc6462d9af7d89f8 (patch)
tree6cf4db2d8d5e4009a23a115ffe830a35abb88082
parent7b82d0a8f8bf35e624932ca8a84e1d4babea48d0 (diff)
add TestRangePlurals of ja
-rw-r--r--ja/ja_test.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/ja/ja_test.go b/ja/ja_test.go
index b99a4666..d2d92730 100644
--- a/ja/ja_test.go
+++ b/ja/ja_test.go
@@ -131,13 +131,13 @@ func TestRangePlurals(t *testing.T) {
v2 uint64
expected locales.PluralRule
}{
- // {
- // num1: 1,
- // v1: 1,
- // num2: 2,
- // v2: 2,
- // expected: locales.PluralRuleOther,
- // },
+ {
+ num1: 1,
+ v1: 1,
+ num2: 2,
+ v2: 2,
+ expected: locales.PluralRuleOther,
+ },
}
for _, tt := range tests {