string_feature.test
295 Bytes
""
"fo\"o"
''
'fo\'o'
----------------------------------------------------
[
["string", "\"\""],
["string", "\"fo\\\"o\""],
["string", "''"],
["string", "'fo\\'o'"]
]
----------------------------------------------------
Checks for single-quoted and double-quoted strings.