mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
fix incorrect pattern escaping
This commit is contained in:
parent
a1490526dc
commit
e77157dae3
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ RE_PATTERN_ESCAPES = [
|
||||||
("\u005c", "\u005c\u005c"),
|
("\u005c", "\u005c\u005c"),
|
||||||
("-" , "\u005c-"),
|
("-" , "\u005c-"),
|
||||||
("." , "\u005c."),
|
("." , "\u005c."),
|
||||||
("!" , "\u005c!"),
|
|
||||||
("+" , "\u005c+"),
|
("+" , "\u005c+"),
|
||||||
("*" , "\u005c*"),
|
("*" , "\u005c*"),
|
||||||
("?" , "\u005c?"),
|
("?" , "\u005c?"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue