Explorar o código

Made comments consistent.

Piotrek Koszuliński %!s(int64=9) %!d(string=hai) anos
pai
achega
9dfb1e8e46
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-engine/src/controller/insert.js

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

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