From 54666773bfbd7e487eceed56dd764dece9d447ef Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 30 Jan 2017 01:52:23 -0800 Subject: [PATCH] parserTests: Avoid using for adoption agency algorithm test The behavior of may change in the future, c.f. T154067. Change-Id: I817894c25cab96a491028fe2a9443140ea1d6e97 --- tests/parser/parserTests.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.20.1