From f794f48f02232811c55663fcb511fc9d8be26824 Mon Sep 17 00:00:00 2001 From: John Resig Date: Wed, 11 May 2011 11:43:37 -0400 Subject: Adding in test case to support #9211. --- test/unit/manipulation.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'test/unit/manipulation.js') diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 0f980463f..2f125b17e 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -1398,7 +1398,7 @@ test("jQuery.buildFragment - no plain-text caching (Bug #6779)", function() { }); test( "jQuery.html - execute scripts escaped with html comment or CDATA (#9221)", function() { - expect( 2 ); + expect( 3 ); jQuery( [ '' ].join ( "\n" ) ).appendTo( "#qunit-fixture" ); + jQuery( [ + '' + ].join ( "\n" ) ).appendTo( "#qunit-fixture" ); }); -- cgit v1.2.3