From 765edff7f8141c9ec88b84ea0311e4b87af53728 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 5 Dec 2008 10:38:20 +0000 Subject: [PATCH] typo --- Tests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests.hs b/Tests.hs index 5e54ea7b7..81a68dc0e 100644 --- a/Tests.hs +++ b/Tests.hs @@ -580,7 +580,7 @@ sample_ledger_str = ( rawtransaction1_str = " expenses:food:dining $10.00\n" -rawtransaction1 = RawTransaction "expenses:food:dining"(Mixed [dollars 10]) "" RegularTransaction +rawtransaction1 = RawTransaction "expenses:food:dining" (Mixed [dollars 10]) "" RegularTransaction entry1_str = "" ++ "2007/01/28 coopportunity\n" ++