hledger/tests/register-posting-comment.test

12 lines
286 B
Plaintext

# a posting comment should not appear in register
./hledger -f - register
<<<
2010/1/1 x
a 1 ; comment
b
>>>
2010/01/01 x a 1 1
b -1 0
>>>2