hledger/tests/timelog.test

12 lines
231 B
Plaintext

# a timelog session is parsed as a similarly-named transaction with one virtual posting
bin/hledger -f - print
<<<
i 2009/1/1 08:00:00 something
o 2009/1/1 09:00:00
>>>
2009/01/01 * 08:00-09:00
(something) 1.0h
>>>2