-
-
Notifications
You must be signed in to change notification settings - Fork 393
code containing (…) leaks into description #2563
Copy link
Copy link
Closed
Labels
A-BUGSomething wrong, confusing or sub-standard in the software, docs, or user experience.Something wrong, confusing or sub-standard in the software, docs, or user experience.docsDocumentation-related.Documentation-related.journalThe journal file format, and its features.The journal file format, and its features.
Description
Metadata
Metadata
Assignees
Labels
A-BUGSomething wrong, confusing or sub-standard in the software, docs, or user experience.Something wrong, confusing or sub-standard in the software, docs, or user experience.docsDocumentation-related.Documentation-related.journalThe journal file format, and its features.The journal file format, and its features.
A transaction with a code which contains
(…)confuseshledgerand it shows the trailing)as the beginning of the transaction'spayee | description.Given a transaction llike the one below:
I'd expect this to be parsed as:
…but in reality, it is:
The corresponding broken parsing code is:
hledger/hledger-lib/Hledger/Read/Common.hs
Lines 555 to 561 in 192e665
Unfortunately, I lack the required langauge skills to fix this.