From 56b61c71da6d2d2a86019b459b2e8f09c33f5a27 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 16 Nov 2020 08:59:35 -0800 Subject: [PATCH] ;ui: add manual tests for #1387 --- hledger-ui/test/tests.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hledger-ui/test/tests.org b/hledger-ui/test/tests.org index bc9fad4dc..88c4c61fc 100644 --- a/hledger-ui/test/tests.org +++ b/hledger-ui/test/tests.org @@ -73,3 +73,11 @@ copied from an 80x25 terminal. ** q (exits app, terminal looks as at the start) +** hledger-ui -f sample.journal --register checking date:200812 (date: query argument) +──── assets:bank:checking transactions matching date:200812 in 2008-12 (1/1) ─── + 2008-12-31 * pay off li:debts $-1 0 + +** hledger-ui -f sample.journal --register checking date:200812 --change (--change flag) +──── assets:bank:checking transactions matching date:200812 in 2008-12 (1/1) ─── + 2008-12-31 * pay off li:debts $-1 $-1 +