this valid javascript code will kill (have it report missing script end tag and nothing else) the lint engine.
var bar = "foo"; bar.replace(/<script(.|\s)*?\/script>/g, "");
Created test case in r313/r314 to confirm this works correctly.
Log in to post a comment.
Created test case in r313/r314 to confirm this works correctly.