mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-28 17:03:28 +08:00
15 lines
321 B
Plaintext
15 lines
321 B
Plaintext
<![CDATA[ foo bar baz ]]>
|
|
<![CDATA[
|
|
foo bar baz
|
|
]]>
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["cdata", "<![CDATA[ foo bar baz ]]>"],
|
|
["cdata", "<![CDATA[\r\nfoo bar baz\r\n]]>"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for CDATA sections, single-line and multi-line. |