diff options
author | thdox <thdox@free.fr> | 2016-10-04 00:45:17 +0200 |
---|---|---|
committer | thdox <thdox@free.fr> | 2016-10-27 22:05:49 +0200 |
commit | 5b70d4e5e4ec55ac977be4264f75cb5c3b764327 (patch) | |
tree | 8cf7ab81456fa989f2883d8106a9a9086354064e /test/baseline | |
parent | cc59fa9efe0af06ce44c5de011944fdf30b36f91 (diff) | |
download | fork-ledger-5b70d4e5e4ec55ac977be4264f75cb5c3b764327.tar.gz fork-ledger-5b70d4e5e4ec55ac977be4264f75cb5c3b764327.tar.bz2 fork-ledger-5b70d4e5e4ec55ac977be4264f75cb5c3b764327.zip |
Add test for --color option
Diffstat (limited to 'test/baseline')
-rw-r--r-- | test/baseline/opt-color.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/baseline/opt-color.test b/test/baseline/opt-color.test new file mode 100644 index 00000000..a0abdffc --- /dev/null +++ b/test/baseline/opt-color.test @@ -0,0 +1,11 @@ +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 + +test bal --color + 0.350 VMMXX Assets:Investments:Vanguard:VMMXX + $-0.35 Income:Dividends:Vanguard:VMMXX +-------------------- + $-0.35 + 0.350 VMMXX +end test |