#65 - Add test 1642186-1 to 'testbase', and add to testcases.txt

This commit is contained in:
Geoff McLane 2015-09-16 15:08:20 +02:00
parent d541405a2a
commit 70d2d5dc66
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,3 @@
No warnings or errors were found.
Info: Document content looks like HTML5

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Issue #65 - Parser too greedy over script blocks</title>
<script>
/* the <script */
var m1 = "\"<script \"";
var m2 = '<script '; // <script
</script>
</head>
<body>
</body>
</html>

View File

@ -225,3 +225,4 @@
2705873-1 0
2705873-2 0
2709860 0
1642186-1 0