hledger-3

HLedger supports aliases for accounts, including support for regex matching. There was incorrect parsing for these alias regexes, solved by adding the right 'between' and adding a line for allowing any character to be doubly escaped.

ghc-version: 8.10.7

hasbugs-version: 1.0.0

license: GPL-3.0

build-framework: stack

Repository
GitHub Artifacts :

Faults @852ba7b1

[
  {
    "endline": 1522,
    "file": "hledger-lib/Hledger/Read/Common.hs",
    "function": "regexaliasp",
    "module": "Hledger.Read.Common",
    "startline": 1518
  }
]

Fixes @a65e6411

[
  {
    "endline": 1523,
    "file": "hledger-lib/Hledger/Read/Common.hs",
    "function": "regexaliasp",
    "module": "Hledger.Read.Common",
    "startline": 1518
  }
]