lib: try to clarify periodic transaction double-space error

This commit is contained in:
Simon Michael 2019-01-09 13:13:23 +00:00
parent 70b11ed0a4
commit e99f80d374

View File

@ -525,6 +525,7 @@ periodictransactionp = do
customFailure $ parseErrorAtRegion offset1 offset2 $ customFailure $ parseErrorAtRegion offset1 offset2 $
"remainder of period expression cannot be parsed" "remainder of period expression cannot be parsed"
<> "\nperhaps you need to terminate the period expression with a double space?" <> "\nperhaps you need to terminate the period expression with a double space?"
<> "\na double space is required between period expression and description/comment"
pure pexp pure pexp
-- In periodic transactions, the period expression has an additional constraint: -- In periodic transactions, the period expression has an additional constraint: