mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 22:40:09 +01:00
fix escaping of 'q'
This commit is contained in:
parent
497989af00
commit
1cec511f95
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ PATTERN_ESCAPES = [
|
||||||
("." , "\u005c."),
|
("." , "\u005c."),
|
||||||
("+" , "\u005c+"),
|
("+" , "\u005c+"),
|
||||||
("*" , "\u005c*"),
|
("*" , "\u005c*"),
|
||||||
|
("?" , "\u005c?"),
|
||||||
("{" , "\u005c{"),
|
("{" , "\u005c{"),
|
||||||
("}" , "\u005c}"),
|
("}" , "\u005c}"),
|
||||||
("[" , "\u005c["),
|
("[" , "\u005c["),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue