Merge branch 'master' into bugfix/branch-mangler
This commit is contained in:
commit
7da1129298
@ -236,6 +236,9 @@ class String(State):
|
||||
if char == "\\":
|
||||
self.nodes.append("\\")
|
||||
return
|
||||
if char == "\"":
|
||||
self.nodes.append("\"")
|
||||
return
|
||||
|
||||
raise LexException("Unknown modifier: `%s'" % (char))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user