17 lines
307 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
""
"fo\"obar"
''
'fo\'obar'
----------------------------------------------------
[
["string", "\"\""],
["string", "\"fo\\\"obar\""],
["string", "''"],
["string", "'fo\\'obar'"]
]
----------------------------------------------------
Checks for single-quoted and double-quoted strings.