mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 15:14:49 +03:00
13 lines
166 B
Plaintext
13 lines
166 B
Plaintext
# a no-commodity amount with a price should work
|
|
bin/hledger -f - print
|
|
<<<
|
|
2010/1/1 x
|
|
a 1 @ $2
|
|
b
|
|
|
|
>>>
|
|
2010/01/01 x
|
|
a 1 @ $2
|
|
b $-2
|
|
|