Ticket #31441: 31441.11.patch
File 31441.11.patch, 547 bytes (added by , 10 years ago) |
---|
-
tests/qunit/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js
65 65 66 66 type( '* ', function() { 67 67 assert.equal( editor.getContent(), '<ul>\n<li><strong>test</strong></li>\n</ul>' ); 68 assert.equal( editor.selection.getRng().startOffset, 0 ); 68 69 }, assert.async() ); 69 70 } ); 70 71