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. |