Ticket #27259: qunit-doc-add-missing-word.diff
File qunit-doc-add-missing-word.diff, 515 bytes (added by , 11 years ago) |
---|
-
tests/qunit/wp-includes/js/shortcode.js
diff --git tests/qunit/wp-includes/js/shortcode.js tests/qunit/wp-includes/js/shortcode.js index 6f3b82e..29d72ac 100644
jQuery( function() { 13 13 equal( result.index, 13, 'foo shortcode with params found at index 13' ); 14 14 }); 15 15 16 test( 'next() should not shortcodes that are not there', function() {16 test( 'next() should not find shortcodes that are not there', function() { 17 17 var result; 18 18 19 19 // Not found