Changeset 27387 for trunk/tests/qunit/editor/plugins/wordcount.html
- Timestamp:
- 03/04/2014 01:56:57 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/tests/qunit/editor/plugins/wordcount.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/qunit/editor/plugins/wordcount.html
r27155 r27387 56 56 expect(1); 57 57 58 editor.setContent('<p>It’s my life – don\'t you forget.</p>');58 editor.setContent('<p>It’s my life – – – don\'t you forget.</p>'); 59 59 var result = editor.plugins.wordcount.getCount(); 60 60 equal(result, 6);
Note: See TracChangeset
for help on using the changeset viewer.