2018-12-19 14:09:39 +08:00

17 lines
284 B
Plaintext

''
""
'foo'
"bar"
----------------------------------------------------
[
["string", "''"],
["string", "\"\""],
["string", "'foo'"],
["string", "\"bar\""]
]
----------------------------------------------------
Checks for single-quoted and double-quoted strings.