lib: comment

[ci skip]
This commit is contained in:
Simon Michael 2019-01-25 08:51:45 -08:00
parent 789e8be280
commit b02f81572c

View File

@ -935,7 +935,7 @@ tests_JournalReader = tests "JournalReader" [
test "empty file" $ expectParseEqE journalp "" nulljournal test "empty file" $ expectParseEqE journalp "" nulljournal
] ]
-- defined here so it can use journalp -- these are defined here rather than in Common so they can use journalp
,tests "parseAndFinaliseJournal" [ ,tests "parseAndFinaliseJournal" [
test "basic" $ do test "basic" $ do
ej <- io $ runExceptT $ parseAndFinaliseJournal journalp definputopts "" "2019-1-1\n" ej <- io $ runExceptT $ parseAndFinaliseJournal journalp definputopts "" "2019-1-1\n"