From 190eee548532bc36a2f6c85d2a763b0322a5e62a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 5 Oct 2018 09:16:17 -1000 Subject: [PATCH] lib: comment [ci skip] --- hledger-lib/Hledger/Read/JournalReader.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hledger-lib/Hledger/Read/JournalReader.hs b/hledger-lib/Hledger/Read/JournalReader.hs index c4024ef15..7f9eb34f3 100644 --- a/hledger-lib/Hledger/Read/JournalReader.hs +++ b/hledger-lib/Hledger/Read/JournalReader.hs @@ -630,7 +630,7 @@ tests_JournalReader = tests "JournalReader" [ ,ptpostings = [] } - -- TODO #807 + -- TODO some weaknesses in periodic transaction parsing, https://github.com/simonmichael/hledger/pull/807#issuecomment-396994403 ,_test "more period text in description after two spaces" $ expectParseEq periodictransactionp "~ monthly from 2018/6 In 2019 we will change this\n" nullperiodictransaction {