aafbd412创建于 2024年2月18日历史提交
"f\"oo"
'f\'oo'
"foo\
bar"
'foo\
bar'
"foo /* bar" /* and out */

----------------------------------------------------

[
	["string", "\"f\\\"oo\""],
	["string", "'f\\'oo'"],
	["string", "\"foo\\\r\nbar\""],
    ["string", "'foo\\\r\nbar'"],
    ["string", "\"foo /* bar\""],
    ["comment", "/* and out */"]
]

----------------------------------------------------

Checks for single-quoted and double-quoted strings.