Fixed an error in the MXP implementation and also removed the deprecated {-form for MXP. Resolves #966.
This commit is contained in:
parent
01c6cbf5f0
commit
8f12dd83a3
2 changed files with 2 additions and 5 deletions
|
|
@ -434,8 +434,7 @@ class ANSIParser(object):
|
|||
(r'\|\[[0-5]{3}', ""), # |[123 - background colour
|
||||
]
|
||||
|
||||
mxp_re = r'\{lc(.*?)\{lt(.*?)\{le|' \
|
||||
r'\|lc(.*?)\|lt(.*?)\|le'
|
||||
mxp_re = r'\|lc(.*?)\|lt(.*?)\|le'
|
||||
|
||||
# prepare regex matching
|
||||
brightbg_sub = re.compile(r"|".join([re.escape(tup[0]) for tup in ansi_bright_bgs]), re.DOTALL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue