mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-09-02 20:57:53 +08:00
18 lines
319 B
Plaintext
18 lines
319 B
Plaintext
Foo +
|
|
bar
|
|
|
|
* Foo
|
|
+
|
|
bar
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
"Foo ", ["line-continuation", "+"], "\r\nbar\r\n\r\n",
|
|
["list-punctuation", "*"], " Foo\r\n",
|
|
["line-continuation", "+"], "\r\nbar"
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for line continuations. |