diff --git a/Commands/All.hs b/Commands/All.hs index e3bac6dec..fe5a7ff9a 100644 --- a/Commands/All.hs +++ b/Commands/All.hs @@ -55,6 +55,7 @@ tests_Commands = TestList -- ,Commands.Print.tests_Print Commands.Register.tests_Register -- ,Commands.Stats.tests_Stats + ] -- #ifdef VTY -- ,Commands.UI.tests_UI -- #endif @@ -64,4 +65,3 @@ tests_Commands = TestList -- #ifdef CHART -- ,Commands.Chart.tests_Chart -- #endif - ] diff --git a/hledger-lib/Ledger/Parse.hs b/hledger-lib/Ledger/Parse.hs index e00c66625..8c52813fe 100644 --- a/hledger-lib/Ledger/Parse.hs +++ b/hledger-lib/Ledger/Parse.hs @@ -133,8 +133,10 @@ i, o or O. The meanings of the codes are: Example: +@ i 2007/03/10 12:26:00 hledger o 2007/03/10 17:26:02 +@ -}