diff --git a/crates/swc_html_minifier/tests/fixture/element/script-group/input.html b/crates/swc_html_minifier/tests/fixture/element/script-group/input.html index 381b08d2c8ba..de8a5440e4f2 100644 --- a/crates/swc_html_minifier/tests/fixture/element/script-group/input.html +++ b/crates/swc_html_minifier/tests/fixture/element/script-group/input.html @@ -215,5 +215,33 @@ var a = "test";console.log(a);console.log(a);console.log(a); +
breaker
+ + + +
breaker
+ + + + + + +
breaker
+ + + +
breaker
+ + + + \ No newline at end of file diff --git a/crates/swc_html_minifier/tests/fixture/element/script-group/output.min.html b/crates/swc_html_minifier/tests/fixture/element/script-group/output.min.html index cc09c528dec4..1a038ac5c997 100644 --- a/crates/swc_html_minifier/tests/fixture/element/script-group/output.min.html +++ b/crates/swc_html_minifier/tests/fixture/element/script-group/output.min.html @@ -90,4 +90,21 @@
breaker
- \ No newline at end of file + + +
breaker
+ + + +
breaker
+ + + + + +
breaker
+ + + +
breaker
+ \ No newline at end of file