mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update RapydScript
This commit is contained in:
parent
608bb13cae
commit
2fd77b8667
Binary file not shown.
@ -122,7 +122,7 @@ def _expand(groups, repl, group_name_map):
|
|||||||
|
|
||||||
return '\\' + q
|
return '\\' + q
|
||||||
|
|
||||||
ans = ''
|
ans = ch = ''
|
||||||
while (ch = next()):
|
while (ch = next()):
|
||||||
if ch == '\\':
|
if ch == '\\':
|
||||||
ans += read_escape_sequence()
|
ans += read_escape_sequence()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user