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