Browse Source

Remove section about code blocks behavior from TextTransformation manual test

panr 5 years ago
parent
commit
46969bce1f

+ 1 - 1
packages/ckeditor5-typing/tests/manual/texttransformation.js

@@ -21,7 +21,7 @@ ClassicEditor
 			'|', 'bold', 'italic', 'link',
 			'|', 'insertTable',
 			'|', 'codeBlock',
-			'|', 'undo', 'redo',
+			'|', 'undo', 'redo'
 		],
 		image: {
 			toolbar: [ 'imageStyle:full', 'imageStyle:side', '|', 'imageTextAlternative' ]

+ 0 - 5
packages/ckeditor5-typing/tests/manual/texttransformation.md

@@ -31,8 +31,3 @@ Some of the transformations are:
 * Check if the transformation works. Note that some might need a space to trigger (dashes).
 * Undo a text transformation and type - it should not re-transform it.
 * Change selection - the not transformed elements should stay.
-
-### Behaviour inside the code blocks
-
-The transformations **dont work inside the code blocks**. If selection is inside the code block, the TextWatcher becomes disabled.
-When selection moves outside the code block, the TextWatcher becomes enabled again.