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:
Diffstat (limited to 'ru_RU/ru_RU_test.go')
-rw-r--r--ru_RU/ru_RU_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ru_RU/ru_RU_test.go b/ru_RU/ru_RU_test.go
index 24546abc..caa02591 100644
--- a/ru_RU/ru_RU_test.go
+++ b/ru_RU/ru_RU_test.go
@@ -1017,7 +1017,7 @@ func TestFmtDateShort(t *testing.T) {
}{
{
t: time.Date(2016, 02, 03, 9, 0, 1, 0, time.UTC),
- expected: "03.02.16",
+ expected: "03.02.2016", // date format changed from v29 dd.MM.yy to v30 dd.MM.y so adjusted test for new CLDR data
},
{
t: time.Date(-500, 02, 03, 9, 0, 1, 0, time.UTC),