aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-22 15:39:05 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-22 15:39:05 -0800
commit1c7d454909b711d6d34c6e3caa61a5535f89d18f (patch)
treece460a96713cbad83dd338d491fa97cabe94b0ed /spec.txt
parent5dd4de4e680683ee0bc3d02f2a825fba90135b2e (diff)
Minor spacing adjustments in test output.
This is to match cmark's output, since we test cmark without normalization.
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/spec.txt b/spec.txt
index a2864c2..9a0bbed 100644
--- a/spec.txt
+++ b/spec.txt
@@ -3436,12 +3436,13 @@ blank lines end the list):
baz
.
<ul>
-<li><p>Foo</p>
-
+<li>
+<p>Foo</p>
<pre><code>bar
baz
-</code></pre></li>
+</code></pre>
+</li>
</ul>
.