vizietto
Results
2
issues of
vizietto
When the currency unit is placed after the value, the account name is not parsed properly. Example : Assets:AnyAccount 1000 EUR `C-c C-p` gives Assets:AnyAccount 1000 EUR is empty
The function `buildExpressionParser` in module `Text.Parser.Expr` has a bug. In the uncommon case where a prefix operator has lower precedence than an infix operator, such as in boolean expressions, _e.g_...