mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 21:22:26 +03:00
ec56c45c6b
[ci skip]
15 lines
250 B
Plaintext
15 lines
250 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\.j/
|
|
>>>2
|
|
>>>=0
|