aboutsummaryrefslogtreecommitdiff
path: root/test/command/4186.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4186.md')
-rw-r--r--test/command/4186.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/command/4186.md b/test/command/4186.md
index 8c0d04a31..b2a2bd6e9 100644
--- a/test/command/4186.md
+++ b/test/command/4186.md
@@ -4,7 +4,10 @@
This should retain the four leading spaces
#+end_example
^D
-[CodeBlock ("",["example"],[]) " This should retain the four leading spaces\n"]
+[ CodeBlock
+ ( "" , [ "example" ] , [] )
+ " This should retain the four leading spaces\n"
+]
```
```
@@ -54,7 +57,8 @@ Outside all lists.
</ul>
<pre id="carrie" class="example"><code>This belongs to the outer list element, and is aligned accordingly, since the NAME attribute is not indented deeply enough. It is not enough for the BEGIN alone to be aligned deeply if the block is meant to have a NAME.
</code></pre>
-<p>Still in the shallower list element since the preceding example block forced the deeper list element to terminate.</p></li>
+<p>Still in the shallower list element since the preceding example block
+forced the deeper list element to terminate.</p></li>
</ul>
<p>Outside all lists.</p>
```