hledger/tests/stats/stats.test
2016-05-17 19:52:19 -07:00

15 lines
247 B
Plaintext

# 1. empty file
hledger -f- stats
<<<
>>> /Accounts.* 0 \(depth 0\)/
>>>=0
# 2. included files should be listed in parse order
touch a.j b.j; hledger -f- stats; rm -f a.j b.j
<<<
include a.j
include b.j
>>> /Included files *: *\.\/a/
>>>2
>>>=0