effective-java-3rd-chinese/docs/_style/prism-master/tests/languages/nsis/string_feature.test
2019-03-14 13:10:17 +08:00

17 lines
295 B
Plaintext

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