#65 - Add test 1642186-1 to 'testbase', and add to testcases.txt
This commit is contained in:
parent
d541405a2a
commit
70d2d5dc66
3
test/testbase/msg_1642186-1.txt
Normal file
3
test/testbase/msg_1642186-1.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
No warnings or errors were found.
|
||||
|
||||
Info: Document content looks like HTML5
|
14
test/testbase/out_1642186-1.html
Normal file
14
test/testbase/out_1642186-1.html
Normal 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>
|
|
@ -225,3 +225,4 @@
|
|||
2705873-1 0
|
||||
2705873-2 0
|
||||
2709860 0
|
||||
1642186-1 0
|
||||
|
|
Loading…
Reference in a new issue