diff options
author | John Wiegley <johnw@newartisans.com> | 2013-05-19 02:56:10 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2013-05-19 02:56:10 -0500 |
commit | 2f919000099254c61ceb045514c1630f6dc08011 (patch) | |
tree | 9151e1085a23769c1fcc38ae2f4de543f17cb932 /test/regress/686.test | |
parent | d13b7180bfbe9ce84db473e2c0044b43c973aa52 (diff) | |
download | fork-ledger-2f919000099254c61ceb045514c1630f6dc08011.tar.gz fork-ledger-2f919000099254c61ceb045514c1630f6dc08011.tar.bz2 fork-ledger-2f919000099254c61ceb045514c1630f6dc08011.zip |
Add unit test for 686
Diffstat (limited to 'test/regress/686.test')
-rw-r--r-- | test/regress/686.test | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/test/regress/686.test b/test/regress/686.test new file mode 100644 index 00000000..eb409606 --- /dev/null +++ b/test/regress/686.test @@ -0,0 +1,33 @@ +2005/01/03 Opening Balances + Assets:Current:Checking $-1,000.00 + Liabilities:CredCard $1,000.00 + (Virtualaccount) $1,000.00 + +2005/01/10 carfund + Assets:Savings $1550.00 + Assets:Checking + +2005/01/03 Joe's + Expenses:Dining $46.50 + Liabilities:CredCard + (Virtualaccount2) $46.50 + +2005/01/05 Another gift + Expenses:Gifts $30.00 + Liabilities:CredCard + +2006/01/03 Gift shop + Expenses:Gifts $46.50 + Liabilities:CredCard + +test equity -e 2006 +2005/01/10 Opening Balances + Assets:Checking $-1,550.00 + Assets:Current:Checking $-1,000.00 + Assets:Savings $1,550.00 + Expenses:Dining $46.50 + Expenses:Gifts $30.00 + Liabilities:CredCard $923.50 + (Virtualaccount) $1,000.00 + (Virtualaccount2) $46.50 +end test |