dev: lib: fix a failing doctest
This commit is contained in:
parent
5fd5cd5b85
commit
b32b130045
@ -199,7 +199,7 @@ parse iopts f = parseAndFinaliseJournal journalp' iopts f
|
|||||||
-- which should be finalised/validated before use.
|
-- which should be finalised/validated before use.
|
||||||
--
|
--
|
||||||
-- >>> rejp (journalp <* eof) "2015/1/1\n a 0\n"
|
-- >>> rejp (journalp <* eof) "2015/1/1\n a 0\n"
|
||||||
-- Right (Right Journal with 1 transactions, 1 accounts)
|
-- Right (Right Journal (unknown) with 1 transactions, 1 accounts)
|
||||||
--
|
--
|
||||||
journalp :: MonadIO m => ErroringJournalParser m ParsedJournal
|
journalp :: MonadIO m => ErroringJournalParser m ParsedJournal
|
||||||
journalp = do
|
journalp = do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user