string_feature.test 307 Bytes
""
"fo\"obar"
''
'fo\'obar'

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

[
	["string", "\"\""],
	["string", "\"fo\\\"obar\""],
	["string", "''"],
	["string", "'fo\\'obar'"]
]

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

Checks for single-quoted and double-quoted strings.