From 32cfbd6d671dc2827562e39c5d3cd7c7565550d1 Mon Sep 17 00:00:00 2001 From: Oleg Date: Thu, 20 Dec 2012 03:26:55 +0400 Subject: [PATCH] Add additional test --- test/unit/manipulation.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 86b26e040..004424cd9 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -2245,4 +2245,5 @@ test( "Index for function argument should be received (#13094)", 2, function() { jQuery("
").before(function( index ) { equal( index, i++, "Index should be correct" ); }); + }); -- 2.39.5