diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-20 13:31:01 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-20 13:31:01 -0400 |
commit | 740cd8e8f13a52084b7812246221b2d658bcfc84 (patch) | |
tree | 4ce46137d85db37698745c7b8ea8605b5caedf6f /test/baseline/opt-abbrev-len.test | |
parent | 748a6008b3ea7ac0c2ddf69bbcbea20d9d04ffec (diff) | |
download | fork-ledger-740cd8e8f13a52084b7812246221b2d658bcfc84.tar.gz fork-ledger-740cd8e8f13a52084b7812246221b2d658bcfc84.tar.bz2 fork-ledger-740cd8e8f13a52084b7812246221b2d658bcfc84.zip |
Added feature baseline tests
These are like regression tests to confirm the basic functionality of
every Ledger feature. Also, made the release-distcheck target less
sensitive.
Diffstat (limited to 'test/baseline/opt-abbrev-len.test')
-rw-r--r-- | test/baseline/opt-abbrev-len.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/baseline/opt-abbrev-len.test b/test/baseline/opt-abbrev-len.test new file mode 100644 index 00000000..58023785 --- /dev/null +++ b/test/baseline/opt-abbrev-len.test @@ -0,0 +1,11 @@ +reg --columns=80 --abbrev-len=4 +<<< +2007/02/02 RD VMMXX + Assets:Investments:Vanguard:VMMXX 0.350 VMMXX @ $1.00 + Income:Dividends:Vanguard:VMMXX $-0.35 +>>>1 +07-Feb-02 RD VMMXX Asse:Inve:Vang:VMMXX 0.350 VMMXX 0.350 VMMXX + Inco:Divi:Vang:VMMXX $-0.35 $-0.35 + 0.350 VMMXX +>>>2 +=== 0 |