Update RapydScript

This commit is contained in:
Kovid Goyal 2015-11-12 14:56:33 +05:30
parent 608bb13cae
commit 2fd77b8667
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -122,7 +122,7 @@ def _expand(groups, repl, group_name_map):
return '\\' + q
ans = ''
ans = ch = ''
while (ch = next()):
if ch == '\\':
ans += read_escape_sequence()