Merge pull request #267 from vielmetti/patch-4
Test case for 1642186: Parser too greedy over <script> blocks
This commit is contained in:
commit
cd8dca2d4c
1
test/input/cfg_1642186.txt
Normal file
1
test/input/cfg_1642186.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
skip-quotes: yes
|
5
test/input/in_1642186.html
Normal file
5
test/input/in_1642186.html
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<script type="text/javascript">
|
||||||
|
/* the <script */
|
||||||
|
var m1 = "\"<script \"";
|
||||||
|
var m2 = '<script '; // <script
|
||||||
|
</script>
|
Loading…
Reference in a new issue