]> source.dussan.org Git - jquery.git/commitdiff
Add additional test
authorOleg <markelog@gmail.com>
Wed, 19 Dec 2012 23:26:55 +0000 (03:26 +0400)
committerOleg <markelog@gmail.com>
Sun, 23 Dec 2012 23:04:18 +0000 (03:04 +0400)
test/unit/manipulation.js

index 86b26e040c2d54360df69cb156e017776b838ff3..004424cd9f4e7709249ff0cd57e65828e473715e 100644 (file)
@@ -2245,4 +2245,5 @@ test( "Index for function argument should be received (#13094)", 2, function() {
     jQuery("<div/><div/>").before(function( index ) {
         equal( index, i++, "Index should be correct" );
     });
+
 });