Files
codeql/javascript/ql/test/library-tests/HTML/HtmlText/HtmlText.html
2018-08-02 17:53:23 +01:00

19 lines
320 B
HTML

// semmle-extractor-options: --html all
<html>
<body>
(1) as child #0
<div>
(2) as child #0
</div>
(3) as child #2
<div>
(4) entity ampersand: &amp;
</div>
<div>
(5) numeric entity ampersand: &#38;
</div>
<![CDATA[(6) cdata text]]>
<![CDATA[(7) cdata ampersand: &]]>
</body>
</html>