diff options
author | Paweł Sroka <srokap@gmail.com> | 2012-11-04 08:25:28 +0100 |
---|---|---|
committer | Paweł Sroka <srokap@gmail.com> | 2012-11-04 08:25:28 +0100 |
commit | 3bf72994688ad9292bf37444d80ab5ab1a002748 (patch) | |
tree | 2fcdd2f2773e3bf4cc0af9e8133918133a6f6760 /engine/tests/test_files/output/autop/wpautop-fails.in.html | |
parent | b2232139f13b759e8f5ce62def75eaeaa530a5b6 (diff) | |
download | elgg-3bf72994688ad9292bf37444d80ab5ab1a002748.tar.gz elgg-3bf72994688ad9292bf37444d80ab5ab1a002748.tar.bz2 |
Fixes #1479 - Replaces WP autop with implementation from Steve Clay.
Diffstat (limited to 'engine/tests/test_files/output/autop/wpautop-fails.in.html')
-rw-r--r-- | engine/tests/test_files/output/autop/wpautop-fails.in.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/engine/tests/test_files/output/autop/wpautop-fails.in.html b/engine/tests/test_files/output/autop/wpautop-fails.in.html new file mode 100644 index 000000000..9aa24be59 --- /dev/null +++ b/engine/tests/test_files/output/autop/wpautop-fails.in.html @@ -0,0 +1,41 @@ + +paragraph + +paragraph <div class="whatever"><blockquote> + paragraph + </blockquote> + line +</div> + +paragraph +<ul> +<li>line</li> +<li>paragraph + +paragraph</li> +</ul> +paragraph +line<br> + line +<pre>Honor +this whitespace +</pre> +paragraph +<style><!-- +Do not alter! +--></style> +paragraph <!-- do not alter --> +<dl> <dt>term</dt> <dd>paragraph + +<a href="xx"> <img src="yy" /> </a> + +paragraph</dd> </dl> +<div><a href="xx"> <img src="yy" /> </a></div> + +Hello <a href="link"> + +World</a> + +<p id="abc">Paragraph</p> + +<div>Line</div>
\ No newline at end of file |