mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-10 05:39:31 +03:00
;areg: add a commented test for #1468
This commit is contained in:
parent
2e5ac08b69
commit
58df055f7c
16
hledger/test/aregister.test
Normal file
16
hledger/test/aregister.test
Normal file
@ -0,0 +1,16 @@
|
||||
# aregister always includes transactions in subaccounts, ignoring a depth limit #1448
|
||||
#<
|
||||
#2021-01-01
|
||||
# (a) 1
|
||||
#
|
||||
#2021-01-02
|
||||
# (a:aa) 10
|
||||
#
|
||||
#2021-01-03
|
||||
# (a:aa:aaa) 100
|
||||
#
|
||||
#$ hledger -f- areg a -1 -w80
|
||||
#Transactions in a and subaccounts:
|
||||
#2021-01-01 a 1 1
|
||||
#2021-01-02 a:aa 10 11
|
||||
#2021-01-03 a:aa:aaa 100 111
|
Loading…
Reference in New Issue
Block a user