diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-14 07:20:23 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-14 07:20:23 -0400 |
commit | c367dcab82c52283183008b27fe144a82e15ce90 (patch) | |
tree | 660a815387e86837361e7da0c3542f74d00ed60d /test/baseline/opt-empty.test | |
parent | d11ff330744b7af8d5f9c378243f3f5c4fa715b8 (diff) | |
download | fork-ledger-c367dcab82c52283183008b27fe144a82e15ce90.tar.gz fork-ledger-c367dcab82c52283183008b27fe144a82e15ce90.tar.bz2 fork-ledger-c367dcab82c52283183008b27fe144a82e15ce90.zip |
Improved algorithm for abbreviating account names
Diffstat (limited to 'test/baseline/opt-empty.test')
-rw-r--r-- | test/baseline/opt-empty.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/baseline/opt-empty.test b/test/baseline/opt-empty.test index 507767ed..7bf830a9 100644 --- a/test/baseline/opt-empty.test +++ b/test/baseline/opt-empty.test @@ -24,13 +24,13 @@ reg --empty Assets:Cash $-10.00 0 08-Jan-01 January Expenses:One:Books $10.00 $10.00 Expenses:One:Two:Books $10.00 $20.00 - Ex:One:Two:Three:Books $10.00 $30.00 + Expe:On:Tw:Three:Books $10.00 $30.00 Assets:Cash $-30.00 0 08-Jan-01 January Assets:Cash 0 0 Income:Books 0 0 08-Jan-01 January Assets:Cash $30.00 $30.00 Income:One:Books $-10.00 $20.00 Income:One:Two:Books $-10.00 $10.00 - In:One:Two:Three:Books $-10.00 0 + Inc:On:Two:Three:Books $-10.00 0 >>>2 === 0 |