From: Kunal Mehta Date: Mon, 30 Jan 2017 09:52:23 +0000 (-0800) Subject: parserTests: Avoid using for adoption agency algorithm test X-Git-Tag: 1.31.0-rc.0~4199 X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=commitdiff_plain;h=54666773bfbd7e487eceed56dd764dece9d447ef;p=lhc%2Fweb%2Fwiklou.git parserTests: Avoid using for adoption agency algorithm test The behavior of may change in the future, c.f. T154067. Change-Id: I817894c25cab96a491028fe2a9443140ea1d6e97 --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 1563525f94..46e10123be 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -16242,13 +16242,13 @@ HTML tag with leading space is parsed as text # This test case is fixed in Parsoid by domino 1.0.12. (bug 50604) # Note that html2wt is considerably more difficult if we use in -# the test case, instead of +# the test case, instead of !! test Ensure that HTML adoption agency algorithm is properly implemented. !! wikitext -XYZ +XYZ !! html -

XYZ +

XYZ

!! end