From a79cf36c64efb9473b08f8af7c9236871f414f49 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 23 May 2013 03:23:38 -0500 Subject: Fix #784 --- test/regress/647D5DB9.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/regress/647D5DB9.test b/test/regress/647D5DB9.test index 9b6d8510..7e53f23b 100644 --- a/test/regress/647D5DB9.test +++ b/test/regress/647D5DB9.test @@ -11,5 +11,5 @@ P 2009/01/31 02:18:02 AAPL $4 P 3000/01/01 02:18:02 APPL $100 test bal --end 2008/12/31 -JV Equities -2008-06-30 1500 +2008-12-31 1500 end test -- cgit v1.2.3 From 9f68d1799a96ac643741a58260a1b4eebdeffaf0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 23 May 2013 04:02:24 -0500 Subject: Fix test/input/drewr3.dat --- test/input/drewr3.dat | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'test') 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 -- cgit v1.2.3