mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-02 15:23:44 +03:00
15 lines
261 B
Plaintext
15 lines
261 B
Plaintext
# 1. empty file
|
|
hledgerdev -f- stats
|
|
<<<
|
|
>>> /Accounts.* 0 \(depth 0\)/
|
|
>>>=0
|
|
|
|
# 2. included files should be listed in parse order
|
|
touch a.j b.j; hledgerdev -f- stats; rm -f a.j b.j
|
|
<<<
|
|
include a.j
|
|
include b.j
|
|
>>> /Included journal files *: *\.\/a/
|
|
>>>2
|
|
>>>=0
|