a fix for Y default year parsing

This commit is contained in:
Simon Michael 2009-01-23 00:12:56 +00:00
parent 16e33b50e6
commit 1de8a3e3d3

View File

@ -231,6 +231,7 @@ misc_tests = TestList [
"ledgerDefaultYear" ~: do
-- something to check default year parsing doesn't blow up
rl <- rawledgerfromstring "Y2009\n"
return ()
]