8
0
Эх сурвалжийг харах

Made comments consistent.

Piotrek Koszuliński 9 жил өмнө
parent
commit
9dfb1e8e46

+ 1 - 1
packages/ckeditor5-engine/src/controller/insert.js

@@ -277,7 +277,7 @@ class Insertion {
 		if ( mergeRight ) {
 			let position;
 
-			/* istanbul ignore next */
+			/* istanbul ignore if */
 			if ( !this.position.isEqual( mergePosRight ) ) {
 				// Algorithm's correctness check. We should never end up here but it's good to know that we did.
 				// At this point the insertion position should be after the node we'll merge. If it isn't,