From 88690ebfc8b5ef8b1e444326c664b590ecc0b888 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Fri, 12 Jan 2024 18:19:33 -0500 Subject: [PATCH] Manipulation: Generalize a test to support IE Ref gh-5378 Closes gh-5391 --- test/unit/manipulation.js | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index b40ba6056..8be07c1df 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -1826,11 +1826,25 @@ QUnit.test( "html(self-removing script) (gh-5377)", function( assert ) { $fixture.html( [ - "", + "", "
", - "", + "", "
" - ].join( "" ) + ].join( "\n" ) ); } ); -- 2.39.5