diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2014-03-27 19:58:14 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2014-04-01 13:53:34 +0100 |
commit | 90269cb213ae6b2db31cc11199d1ce8d378bdac8 (patch) | |
tree | 3b52f36e9b18cdd73a09af95f4377f4f25bcadf4 /tests/html-reader.html | |
parent | 5a51a67abda59c177f3a6d0f6cba59d41e866287 (diff) | |
download | pandoc-90269cb213ae6b2db31cc11199d1ce8d378bdac8.tar.gz |
Tests updated to reflect changes to readers.
Previously normalisation was handled by the `normalizeSpaces` function. The behavoir of the builder monoid is slightly different and melds together more items such as consecutive strings and spaces adjacent to line breaks. The tests have been changed to reflect this.
All relevant tests passed when the string melding line of the builder monoid was commented out.
Diffstat (limited to 'tests/html-reader.html')
-rw-r--r-- | tests/html-reader.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/html-reader.html b/tests/html-reader.html index 69bb9ba8a..b7e5c0d2f 100644 --- a/tests/html-reader.html +++ b/tests/html-reader.html @@ -426,5 +426,10 @@ An e-mail address: nobody [at] nowhere.net<blockquote> <pre><code> { <code> } </code></pre> <p>If you want, you can use a caret at the beginning of every line, as with blockquotes, but all that you need is a caret at the beginning of the first line of the block and any preceding blank lines.</p> +<p>text<em> Leading space</em></p> +<p><em>Trailing space </em>text</p> +<p>text<em> Leading spaces</em></p> +<p><em>Trailing spaces </em>text</p> + </body> </html> |