18 lines
177 B
Plaintext
18 lines
177 B
Plaintext
# 1. accept a blank description
|
|
bin/hledger -f-
|
|
<<<
|
|
2010/1/1
|
|
a 1
|
|
b
|
|
|
|
>>>=0
|
|
|
|
# 2. same, but no separator space after the date
|
|
bin/hledger -f-
|
|
<<<
|
|
2010/1/1
|
|
a 1
|
|
b
|
|
|
|
>>>=0
|