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