Files
codeql/javascript/extractor/tests/html/input/tst.xhtml
2018-11-07 07:48:25 +00:00

12 lines
249 B
HTML

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Example page</title>
</head>
<body>
<script type="application/javascript">
<![CDATA[
42;
]]></script>
</body>
</html>