Add additional test

This commit is contained in:
Oleg
2012-12-20 03:26:55 +04:00
parent a8b38b0e6b
commit 32cfbd6d67

View 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" );
});
});