From ab0444dd644217786df96a99fc5070c879ce1f9c 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 (cherry picked from commit 88690ebfc8b5ef8b1e444326c664b590ecc0b888) --- 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 f894cc626..b7fd786d7 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -1878,11 +1878,25 @@ QUnit.test( "html(self-removing script) (gh-5377)", function( assert ) { $fixture.html( [ - "", + "", "
", - "", + "", "
" - ].join( "" ) + ].join( "\n" ) ); } ); -- 2.39.5