tests: 29th feb should be correctly handled wrt leap/non-leap year
This commit is contained in:
parent
5ec8ef243c
commit
cd2d8faaef
@ -13,3 +13,22 @@ bin/hledger -f- print
|
|||||||
b
|
b
|
||||||
>>>2 /bad day number: 32/
|
>>>2 /bad day number: 32/
|
||||||
>>>= 1
|
>>>= 1
|
||||||
|
# 29th feb on leap year
|
||||||
|
bin/hledger -f- print
|
||||||
|
<<<
|
||||||
|
2010/2/29 x
|
||||||
|
a 1
|
||||||
|
b
|
||||||
|
>>>
|
||||||
|
2010/02/29 x
|
||||||
|
a 1
|
||||||
|
b -1
|
||||||
|
>>>= 0
|
||||||
|
# 29th feb on non-leap yeap
|
||||||
|
bin/hledger -f- print
|
||||||
|
<<<
|
||||||
|
2011/2/29 x
|
||||||
|
a 1
|
||||||
|
b
|
||||||
|
>>>2 /bad day number: 29/
|
||||||
|
>>>= 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user