Sync up with Parsoid parserTests.txt
authorSubramanya Sastry <ssastry@wikimedia.org>
Mon, 3 Dec 2018 22:05:02 +0000 (16:05 -0600)
committerSubramanya Sastry <ssastry@wikimedia.org>
Mon, 3 Dec 2018 22:05:28 +0000 (16:05 -0600)
This now aligns with Parsoid commit 5eb1690104ff70e0bd090b5cb93900b4be766377

Change-Id: I051ff481147d9a2189442f885131b47a6c00d373

tests/parser/parserTests.txt

index 025ebc0..3fd6158 100644 (file)
@@ -2359,6 +2359,17 @@ parsoid=wt2html,html2html
 </tbody></table><p> ho</p>
 !! end
 
+!! test
+P-wrapping non-breaking spaces
+!! wikitext
+!! html/php+tidy
+<p>&#160;
+</p>
+!! html/parsoid
+<p> </p>
+!! end
+
 ###
 ### Preformatted text
 ###