;timedot: a functional test

This commit is contained in:
Simon Michael 2020-02-27 17:38:13 -08:00
parent 43b118c9b8
commit cc928c0096

18
tests/timedot.test Normal file
View File

@ -0,0 +1,18 @@
# 1. basic timedot entry
<
# comment
; another comment
2020-01-01
a:aa 1
b:bb 2
$ hledger -f- print
2020-01-01 *
(a:aa) 1.00
2020-01-01 *
(b:bb) 2.00
>=0