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