Fixed test cases after enabling preserve whitespace for script tags

This commit is contained in:
Patrick Steele-Idem 2014-07-21 17:40:22 -06:00
parent d285e55a06
commit 12fa78e1e0
2 changed files with 10 additions and 2 deletions

View File

@ -1 +1,5 @@
<html><head><title>Optimizer: Server Includes</title></head><body>Hello World! <script>$(function() { alert('test'); })</script></body></html> <html><head><title>Optimizer: Server Includes</title></head><body>Hello World! <script>
$(function() {
alert('test');
})
</script></body></html>

View File

@ -1 +1,5 @@
<html><head><title>Optimizer: Server Includes</title></head><body>Hello World! <script>$(function() { alert('test'); })</script></body></html> <html><head><title>Optimizer: Server Includes</title></head><body>Hello World! <script>
$(function() {
alert('test');
})
</script></body></html>