Closed duonglaiquang closed 10 months ago
another great one, thanks, will merge soon
btw there was already a test for this
@duonglaiquang neko snapshot is refreshed - will work on more tests to improve code coverage of the new code
@duonglaiquang snapshot updated again, because i found a small error in your code
This PR does the following
<script>
with an unmatched<!--
would be affected by a later<script>
containing a-->
Reproducing
console.log('b')
is not count as script and should be ignored, "a" & "c" are logged to console.Remark