diff options
author | thdox <thdox@free.fr> | 2015-02-24 10:02:02 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2016-10-27 22:05:49 +0200 |
commit | b3174a8ff9f15f8c529525733bcf5a8a583a0186 (patch) | |
tree | 932122df27928b890791d628a9f8ebf1ec975527 /test/baseline/opt-force-color.test | |
parent | 0fce4e831e8d553cfc70bab8edef1862efa086f4 (diff) | |
download | fork-ledger-b3174a8ff9f15f8c529525733bcf5a8a583a0186.tar.gz fork-ledger-b3174a8ff9f15f8c529525733bcf5a8a583a0186.tar.bz2 fork-ledger-b3174a8ff9f15f8c529525733bcf5a8a583a0186.zip |
--force-color is now tested in CheckBaselinetests.py
Diffstat (limited to 'test/baseline/opt-force-color.test')
-rw-r--r-- | test/baseline/opt-force-color.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/baseline/opt-force-color.test b/test/baseline/opt-force-color.test new file mode 100644 index 00000000..bc4cb48c --- /dev/null +++ b/test/baseline/opt-force-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 --force-color + 0.350 VMMXX [34mAssets:Investments:Vanguard:VMMXX[0m + [31m$-0.35[0m [34mIncome:Dividends:Vanguard:VMMXX[0m +-------------------- + [31m$-0.35[0m + 0.350 VMMXX +end test |