diff options
author | John Wiegley <johnw@newartisans.com> | 2013-05-23 04:02:24 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2013-05-23 04:02:24 -0500 |
commit | 9f68d1799a96ac643741a58260a1b4eebdeffaf0 (patch) | |
tree | 0579e3d17767897d11d62beeb3bfa4fdc2997e56 /test/input | |
parent | a79cf36c64efb9473b08f8af7c9236871f414f49 (diff) | |
download | fork-ledger-9f68d1799a96ac643741a58260a1b4eebdeffaf0.tar.gz fork-ledger-9f68d1799a96ac643741a58260a1b4eebdeffaf0.tar.bz2 fork-ledger-9f68d1799a96ac643741a58260a1b4eebdeffaf0.zip |
Fix test/input/drewr3.dat
Diffstat (limited to 'test/input')
-rw-r--r-- | test/input/drewr3.dat | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/input/drewr3.dat b/test/input/drewr3.dat index 73a4abc6..e72ccd70 100644 --- a/test/input/drewr3.dat +++ b/test/input/drewr3.dat @@ -53,8 +53,8 @@ Assets:Savings ; :nobudget: -@tag hastag: true -@tag nestedtag: true +apply tag hastag: true +apply tag nestedtag: true 2011/01/25 Tom's Used Cars Expenses:Auto $ 5,500.00 ; :nobudget: @@ -63,20 +63,20 @@ 2011/01/27 Book Store Expenses:Books $20.00 Liabilities:MasterCard -@end tag nestedtag +end tag 2011/12/01 Sale Assets:Checking:Business $ 30.00 Income:Sales -@end tag +end tag -@account Expenses -@bucket Assets:Checking +apply account Expenses +bucket Assets:Checking 2011/04/25 Tom's Used Cars Auto $ 5,500.00 ; :nobudget: -@end account -@payee Amazon.com B.*k Store +end account +apply payee Amazon.com B.*k Store 2011/04/27 Book Store Books $20.00 |