hledger/tests/price-history.test

15 lines
133 B
Plaintext
Raw Normal View History

2010-05-22 04:52:45 +04:00
bin/hledger -f - print
<<<
P 2009/1/1 p 0.5h
2009/1/1 t
a 1p
b
>>>
2009/01/01 t
a 1p @ 0.5h
b -1p @ 0.5h
>>>2