Some minor fixes.
This commit is contained in:
parent
53c6e5ae52
commit
c0a4f62e95
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ ANSI_TAB = "\t"
|
||||||
ANSI_SPACE = " "
|
ANSI_SPACE = " "
|
||||||
|
|
||||||
# Escapes
|
# Escapes
|
||||||
ANSI_ESCAPES = ("{{", "%%")
|
ANSI_ESCAPES = ("{{", "%%", "\\\\")
|
||||||
|
|
||||||
class ANSIParser(object):
|
class ANSIParser(object):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue