diff options
author | Michael Budde <mbudde@gmail.com> | 2018-01-25 19:21:53 +0100 |
---|---|---|
committer | Michael Budde <mbudde@gmail.com> | 2018-01-25 19:27:24 +0100 |
commit | 6b998aee1023112f27cd2d34d85b189714a944e0 (patch) | |
tree | 06b210f502cc76fda5b6f40ca187c4ff15f21935 /test/baseline/opt-prepend-width.test | |
parent | b3b72cbea23a69bcbf7a30ca34471c72c07370e4 (diff) | |
download | fork-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.test | 5 |
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 |