When having a script tag with the attribute type="text/html" the parser breaks whatever is contained within when <% and == can be found
Steps to reproduce the behavior:
<script type="text/html">
<%var x = window == null;%>
</script>
<script type="text/html">
<%var x = window =>
</script>
Expected behavior is for the value within the script tag to not be altered.
@Buildstarted! Where have you been!?
I've been on the jabbr slack. I tried to connect to the asp slack a few times but always got errors so I gave up.
@ajaybhargavb can you please look into this?
Most helpful comment
@Buildstarted! Where have you been!?