mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
19 lines
320 B
HTML
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: &
|
|
</div>
|
|
<div>
|
|
(5) numeric entity ampersand: &
|
|
</div>
|
|
<![CDATA[(6) cdata text]]>
|
|
<![CDATA[(7) cdata ampersand: &]]>
|
|
</body>
|
|
</html>
|