Page MenuHomePhabricator

Parsertest_bug_9996.patch

Authored By
bzimport
Nov 21 2014, 9:40 PM
Size
514 B
Referenced Files
None
Subscribers
None

Parsertest_bug_9996.patch

Index: parserTests.txt
===================================================================
--- parserTests.txt (revision 21866)
+++ parserTests.txt (working copy)
@@ -3650,7 +3650,22 @@
</p>
!! end
+!! test
+<div> into a list (bug 9996)
+!! input
+*Some enumeration<div style="clear: both; color: red">
+This text should be red
+</div>
+!! result
+<ul><li>Some enumeration
+</li></ul>
+<div style="clear: both; color: red">
+<p>This text should be red
+</p>
+</div>
+!! end
+
###
### Media links
###

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3433
Default Alt Text
Parsertest_bug_9996.patch (514 B)

Event Timeline