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

8 lines
90 B
HTML

<html>
<head>
<title></title>
</head>
<body>
<a onclick="var x = 42;"></a>
</body>
</html>