diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-22 15:39:05 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-22 15:39:05 -0800 |
commit | 1c7d454909b711d6d34c6e3caa61a5535f89d18f (patch) | |
tree | ce460a96713cbad83dd338d491fa97cabe94b0ed | |
parent | 5dd4de4e680683ee0bc3d02f2a825fba90135b2e (diff) |
Minor spacing adjustments in test output.
This is to match cmark's output, since we test cmark
without normalization.
-rw-r--r-- | spec.txt | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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> . |