Skip to content

Commit aa06c76

Browse files
committed
Merge branch 't/13912'
2 parents 99f4447 + 82a8ca6 commit aa06c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/plugins/clipboard/readonly.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ var tests = {
3636
},
3737

3838
'test if cut is prevented depending on read-only mode': function( editor, bot ) {
39-
var content = '<p>[Some] text</p>',
40-
expected = editor.readOnly ? content : '<p>^ text</p>';
39+
var content = '<p>[Some t]ext</p>',
40+
expected = editor.readOnly ? content : '<p>^ext</p>';
4141

4242
bot.setHtmlWithSelection( content );
4343

0 commit comments

Comments
 (0)