<html>
<body>
<script type="text/javascript">
if (foo<=bar)
console.log('oh noes');
</script>
</body>
</html>Works.
<html>
<body>
<SCRIPT type="text/javascript">
if (foo<=bar)
console.log('oh noes');
</script>
</body>
</html>Parses =bar) as a tag (emits opentag/closetag).