https://bugzilla.wikimedia.org/show_bug.cgi?id=6200

Aryeh Gregor <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #7603|0                           |1
        is obsolete|                            |

--- Comment #40 from Aryeh Gregor <[email protected]> 2010-07-29 
19:10:12 UTC ---
(From update of attachment 7603)
Your patch causes XML well-formedness errors -- specifically, it causes the
tests "Regression with preformatted in <center>" and "Bug 8293: Use of center
tag ruins paragraph formatting" to fail.  Specifically, the HTML output of

"""
<center>
 Blah
</center>
"""

contains "<p></center>", and the output of

"""
<center>
foo
</center>

bar

 baz
"""

contains

"""
<p>foo
</center>
"""

So this patch isn't good, it causes regressions.  To run parser tests on your
installation so you can check future patches, run this command from the
location where you installed MediaWiki:

php maintenance/parserTests.php--quiet

(I've added two new parser tests in r70167 to improve checks for <blockquote>.)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to