aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/4186.md10
-rw-r--r--test/command/8997.md8
2 files changed, 9 insertions, 9 deletions
diff --git a/test/command/4186.md b/test/command/4186.md
index b2a2bd6e9..cf7edfd51 100644
--- a/test/command/4186.md
+++ b/test/command/4186.md
@@ -5,7 +5,7 @@
#+end_example
^D
[ CodeBlock
- ( "" , [ "example" ] , [] )
+ ( "" , [] , [] )
" This should retain the four leading spaces\n"
]
```
@@ -40,13 +40,13 @@ Outside all lists.
^D
<ul>
<li><p>depth 1</p>
-<pre id="bob" class="example"><code> Vertical alignment is four spaces beyond the appearance of the word &quot;depth&quot;.
+<pre id="bob"><code> Vertical alignment is four spaces beyond the appearance of the word &quot;depth&quot;.
</code></pre>
<ul>
<li><p>depth 2</p>
-<pre class="example"><code>Vertically aligned with the second appearance of the word &quot;depth&quot;.
+<pre><code>Vertically aligned with the second appearance of the word &quot;depth&quot;.
</code></pre>
-<pre class="example"><code> Vertical alignment is four spaces beyond the second
+<pre><code> Vertical alignment is four spaces beyond the second
appearance of the word &quot;depth&quot;.
The &quot;begin&quot; portion is a component of
this deeper list element, so that guarantees
@@ -55,7 +55,7 @@ Outside all lists.
</code></pre>
<p>Still inside the inner list element</p></li>
</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.
+<pre id="carrie"><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>
diff --git a/test/command/8997.md b/test/command/8997.md
index 60e39ed7e..d64b1d32b 100644
--- a/test/command/8997.md
+++ b/test/command/8997.md
@@ -24,7 +24,7 @@
, Space
, Str "colon"
]
-, CodeBlock ( "" , [ "example" ] , [] ) "aaa\n\nbbb\n"
+, CodeBlock ( "" , [] , [] ) "aaa\n\nbbb\n"
, Header
1
( "has-no-space-after-second-colon" , [] , [] )
@@ -40,7 +40,7 @@
, Space
, Str "colon"
]
-, CodeBlock ( "" , [ "example" ] , [] ) "aaa\n\nbbb\n"
+, CodeBlock ( "" , [] , [] ) "aaa\n\nbbb\n"
]
```
@@ -56,7 +56,7 @@
1
( "only-the-colon" , [] , [] )
[ Str "only" , Space , Str "the" , Space , Str "colon" ]
-, CodeBlock ( "" , [ "example" ] , [] ) "\n"
+, CodeBlock ( "" , [] , [] ) "\n"
, Header
1
( "only-the-colon-and-a-space" , [] , [] )
@@ -72,6 +72,6 @@
, Space
, Str "space"
]
-, CodeBlock ( "" , [ "example" ] , [] ) "\n"
+, CodeBlock ( "" , [] , [] ) "\n"
]
```