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