Skip to content

Commit

Permalink
Tests: Manual tests written for issue #12597.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelura committed Jan 16, 2015
1 parent f6cbb24 commit 9ce1403
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/plugins/undo/manual/propercomposition.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<div id="editor">
Apollo 11
</div>

<script>
CKEDITOR.replace( 'editor', {
enterMode: CKEDITOR.ENTER_BR
} );
</script>
12 changes: 12 additions & 0 deletions tests/plugins/undo/manual/propercomposition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@bender-tags: 4.4.7, tc
@bender-ui: collapsed
@bender-ckeditor-plugins: wysiwygarea, undo, enterkey

----

**General note: ** Change your language to `Japanese` with input mode `Hiragana`.

1. Put caret at the end of `Apollo 11` sentence.
2. Hit `Shift` + `Enter`.
3. Type `a` letter twice.
**Expected result** There should be two characters `` visible.

0 comments on commit 9ce1403

Please sign in to comment.