hledger/hledger/test/print/query-not-acct.test
2020-11-16 08:47:41 -08:00

9 lines
160 B
Plaintext

# print with negative account pattern should exclude transactions containing a matched posting
hledger -f- print not:a
<<<
2010/1/1 x
a 1
b -1
>>>
>>>=0