blob: ebff3bf5252c53c1a91f9ff5e45470c7d66927d3 [file] [log] [blame]
""
"foo"
''
'bar'
----------------------------------------------------
[
["string", "\"\""],
["string", "\"foo\""],
["string", "''"],
["string", "'bar'"]
]
----------------------------------------------------
Checks for double-quoted and single-quoted strings.