1642186: Parser too greedy over <script> blocks

Originally from http://sourceforge.net/p/tidy/patches/63/ referencing #65
This commit is contained in:
Edward Vielmetti 2015-09-15 09:32:55 -04:00
parent 202e8307cc
commit 6b62b1f101
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<script type="text/javascript">
/* the <script */
var m1 = "\"<script \"";
var m2 = '<script '; // <script
</script>