Explorar o código

Made suere that the test will be understandable.

Piotrek Koszuliński %!s(int64=8) %!d(string=hai) anos
pai
achega
626a45d025
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/ckeditor5-engine/tests/model/documentselection.js

+ 1 - 0
packages/ckeditor5-engine/tests/model/documentselection.js

@@ -701,6 +701,7 @@ describe( 'DocumentSelection', () => {
 					)
 				) );
 
+				// Now it's clear that it's the default range.
 				expect( selection.getFirstPosition().path ).to.deep.equal( [ 0, 0 ] );
 			} );
 		} );