summaryrefslogtreecommitdiff
path: root/test/baseline/opt-prepend-width.test
diff options
context:
space:
mode:
authorMichael Budde <mbudde@gmail.com>2018-01-25 19:21:53 +0100
committerMichael Budde <mbudde@gmail.com>2018-01-25 19:27:24 +0100
commit6b998aee1023112f27cd2d34d85b189714a944e0 (patch)
tree06b210f502cc76fda5b6f40ca187c4ff15f21935 /test/baseline/opt-prepend-width.test
parentb3b72cbea23a69bcbf7a30ca34471c72c07370e4 (diff)
downloadfork-ledger-6b998aee1023112f27cd2d34d85b189714a944e0.tar.gz
fork-ledger-6b998aee1023112f27cd2d34d85b189714a944e0.tar.bz2
fork-ledger-6b998aee1023112f27cd2d34d85b189714a944e0.zip
Add support for --prepend-format in accounts command
Add support for the `--prepend-format` and `--prepend-width` options in the `accounts` command.
Diffstat (limited to 'test/baseline/opt-prepend-width.test')
-rw-r--r--test/baseline/opt-prepend-width.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/baseline/opt-prepend-width.test b/test/baseline/opt-prepend-width.test
index c20baeb4..0efd220f 100644
--- a/test/baseline/opt-prepend-width.test
+++ b/test/baseline/opt-prepend-width.test
@@ -15,3 +15,8 @@ test reg --prepend-format "%(account_base) " --prepend-width=10
VMMXX In:Divid:Vanguar:VMMXX $-0.35 $-0.35
0.350 VMMXX
end test
+
+test accounts --prepend-format "%(account_base) " --prepend-width=10
+ VMMXX Assets:Investments:Vanguard:VMMXX
+ VMMXX Income:Dividends:Vanguard:VMMXX
+end test