diff --git a/index.compiler.spec.tsx b/index.compiler.spec.tsx index 15141dd9..2854b803 100644 --- a/index.compiler.spec.tsx +++ b/index.compiler.spec.tsx @@ -4828,20 +4828,21 @@ it('#597 handles script tag with empty content', () => { it('#473 handles content with multiple empty spaces without crashing', () => { render( compiler( - '##Long \r\n \r\n ###input \ntest' + 'Test \r\n \r\n Test' ) ) expect(root.innerHTML).toMatchInlineSnapshot(`
-

- Long -

-

- input -

- test + Test +

+
+        
+        
+      
+

+ Test

`)