mirror of https://github.com/zachjs/sv2v.git
fix string literal lexing
This commit is contained in:
parent
a2d0872d6f
commit
0e2658fdca
|
|
@ -46,7 +46,7 @@ $decimalDigit = [0-9]
|
|||
|
||||
-- Strings
|
||||
|
||||
@string = \" [^\r\n]* \"
|
||||
@string = \" (\\\"|[^\"\r\n])* \"
|
||||
|
||||
-- Identifiers
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue