From c2e6a2931c21e381a21445c3eb1287b82b805d89 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 20 Sep 2021 15:08:41 -1000 Subject: [PATCH] ;tests: ui: add missing test file --- examples/1468.j | 8 ++++++++ hledger-ui/test/1468.j | 1 + hledger-ui/test/uitest.org | 3 +-- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 examples/1468.j create mode 120000 hledger-ui/test/1468.j diff --git a/examples/1468.j b/examples/1468.j new file mode 100644 index 000000000..609546b80 --- /dev/null +++ b/examples/1468.j @@ -0,0 +1,8 @@ +2021-01-01 + (a) 1 + +2021-01-02 + (a:aa) 10 + +2021-01-03 + (a:aa:aaa) 100 diff --git a/hledger-ui/test/1468.j b/hledger-ui/test/1468.j new file mode 120000 index 000000000..0290f0e51 --- /dev/null +++ b/hledger-ui/test/1468.j @@ -0,0 +1 @@ +../../examples/1468.j \ No newline at end of file diff --git a/hledger-ui/test/uitest.org b/hledger-ui/test/uitest.org index 06501eabb..c6be22d2e 100644 --- a/hledger-ui/test/uitest.org +++ b/hledger-ui/test/uitest.org @@ -209,8 +209,7 @@ which has nice screenshots, but might be less up to date. ───────────────────────────── a transactions (1/1) ───────────────────────────── 2021-01-01 a 1 1 -** LEFT, DOWN, RIGHT # in list mode, register of account at depth limit also shows subaccounts' transactions (#1468) +** LEFT, DOWN, RIGHT # in list mode, register of account at depth limit shows its and subaccounts' transactions (#1468) ──────────────────────────── a:aa transactions (2/2) ─────────────────────────── 2021-01-02 a:aa 10 10 2021-01-03 a:aa:aaa 100 110 -