Fix date tests withut specified year for current year 2020 (#1302)

This commit is contained in:
Mark Baker 2020-01-03 23:24:45 +01:00 committed by GitHub
parent ab4c6602cf
commit 0417c8cc2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -161,12 +161,12 @@ return [
], ],
// 01/01 of the current year // 01/01 of the current year
[ [
43466, 43831,
'1 Jan', '1 Jan',
], ],
// 31/12 of the current year // 31/12 of the current year
[ [
43830, 44196,
'31/12', '31/12',
], ],
// Excel reads as 1st December 1931, not 31st December in current year // Excel reads as 1st December 1931, not 31st December in current year
@ -176,12 +176,12 @@ return [
], ],
// 05/07 of the current year // 05/07 of the current year
[ [
43651, 44017,
'5-JUL', '5-JUL',
], ],
// 05/07 of the current year // 05/07 of the current year
[ [
43651, 44017,
'5 Jul', '5 Jul',
], ],
[ [