mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-13 21:10:19 +08:00
16 lines
257 B
Plaintext
16 lines
257 B
Plaintext
""
|
|
"fo\"o"
|
|
"fo\"o\
|
|
bar"
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["string", "\"\""],
|
|
["string", "\"fo\\\"o\""],
|
|
["string", "\"fo\\\"o\\\r\nbar\""]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for strings. |