mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
18 lines
187 B
Plaintext
18 lines
187 B
Plaintext
# 1. accept a blank description
|
|
hledgerdev -f- print
|
|
<<<
|
|
2010/1/1
|
|
a 1
|
|
b
|
|
|
|
>>>=0
|
|
|
|
# 2. same, but no separator space after the date
|
|
hledgerdev -f- print
|
|
<<<
|
|
2010/1/1
|
|
a 1
|
|
b
|
|
|
|
>>>=0
|