Make WordPress Core

Ticket #31441: 31441.11.patch

File 31441.11.patch, 547 bytes (added by iseulde, 10 years ago)
  • tests/qunit/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js

     
    6565
    6666                type( '* ', function() {
    6767                        assert.equal( editor.getContent(), '<ul>\n<li><strong>test</strong></li>\n</ul>' );
     68                        assert.equal( editor.selection.getRng().startOffset, 0 );
    6869                }, assert.async() );
    6970        } );
    7071