8
0
Просмотр исходного кода

Tests: Fixed one of `InputCommand` tests.

Szymon Cofalik 7 лет назад
Родитель
Сommit
b11de30bad
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-typing/tests/inputcommand.js

+ 1 - 1
packages/ckeditor5-typing/tests/inputcommand.js

@@ -147,7 +147,7 @@ describe( 'InputCommand', () => {
 				range: doc.selection.getFirstRange()
 			} );
 
-			expect( getData( model, { selection: true } ) ).to.be.equal( '<h1>Funny c[</h1><p>]ar</p>' );
+			expect( getData( model, { selection: true } ) ).to.be.equal( '<h1>Funny c[]ar</h1>' );
 			expect( buffer.size ).to.be.equal( 6 );
 		} );