skylighting-core-0.7: test/cases/hk91.html
<!DOCTYPE HTML>
<html>
<head>
<script type="text/javascript">
function makeHeaders(colnames) {
var str = "";
for (var i = 0; i < colnames.length; i++) {
str += "<th>" + colnames[i] + "</th>";
}
return (str);
}
</script>
<script>
$(document).ready(function() {
alert"hello");
});
</script>
</head>
<body>
</body>
</html>