mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-31 03:38:07 +08:00
21 lines
322 B
Plaintext
21 lines
322 B
Plaintext
""
|
|
"fo\"o"
|
|
''
|
|
'fo\'o'
|
|
``
|
|
`fo\`o`
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["string", "\"\""],
|
|
["string", "\"fo\\\"o\""],
|
|
["string", "''"],
|
|
["string", "'fo\\'o'"],
|
|
["string", "``"],
|
|
["string", "`fo\\`o`"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for strings. |