From cc928c0096cee10d540986300550347f65a3b447 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 27 Feb 2020 17:38:13 -0800 Subject: [PATCH] ;timedot: a functional test --- tests/timedot.test | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/timedot.test diff --git a/tests/timedot.test b/tests/timedot.test new file mode 100644 index 000000000..06cf4beee --- /dev/null +++ b/tests/timedot.test @@ -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 +