mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
Fixed test cases after enabling preserve whitespace for script tags
This commit is contained in:
parent
d285e55a06
commit
12fa78e1e0
@ -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>
|
||||
@ -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>
|
||||
Loading…
x
Reference in New Issue
Block a user