mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
16 lines
205 B
Plaintext
16 lines
205 B
Plaintext
# dates with bad month or day numbers should be rejected
|
|
-f- print
|
|
<<<
|
|
2010/31/12 x
|
|
a 1
|
|
b
|
|
>>>2 /bad month number: 31/
|
|
>>>= 1
|
|
-f- print
|
|
<<<
|
|
2010/12/32 x
|
|
a 1
|
|
b
|
|
>>>2 /bad day number: 32/
|
|
>>>= 1
|