1642186: Parser too greedy over <script> blocks
Originally from http://sourceforge.net/p/tidy/patches/63/ referencing #65
This commit is contained in:
parent
202e8307cc
commit
6b62b1f101
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