''
""
'foo'
"bar"

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

[
	["string", "''"],
	["string", "\"\""],
	["string", "'foo'"],
	["string", "\"bar\""]
]

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

Checks for single-quoted and double-quoted strings.