Fix parsing of CDATA tags (#5059)

Fixes #5054
This commit is contained in:
Jeroen van Rijn
2025-04-19 20:25:44 +02:00
committed by GitHub
parent bc86b50392
commit 062a3c2fae
5 changed files with 110 additions and 98 deletions
+5
View File
@@ -25,5 +25,10 @@
<div>
&verbar; &vert; &VerticalLine; &fjlig; &grave; &bsol; &reg; &rhov; &CounterClockwiseContourIntegral; &bsemi;
</div>
<div> H<![CDATA[ellope!]]>Hellope!</div>
<div> H<![CDATA[ellope!]]>Hellope!</div>
<div> H<![CDATA[ellope!]]>Hellope! </div>
<div> H<![CDATA[ellope!]]>Hellope! </div>
<div>H<![CDATA[ellope!]]>Hellope! </div>
</body>
</html>