hledger/tests/journal/blank-description.test
Simon Michael 21d9945ba9 tests: make functional tests use "hledger" again
Using "hledgerdev" was a hack to help ensure that tests used a fresh
developer build by default. Now they specify "hledger" again, which fits
better with stack. It's up to the tester to make sure the desired
executable is first in PATH or specified with -w. (Note a couple of
tests currently don't obey -w and will always run "hledger", see addons.test).
2015-07-12 12:29:53 -07:00

18 lines
181 B
Plaintext

# 1. accept a blank description
hledger -f- print
<<<
2010/1/1
a 1
b
>>>=0
# 2. same, but no separator space after the date
hledger -f- print
<<<
2010/1/1
a 1
b
>>>=0