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

Merge branch 'master' into t/ckeditor5-alignment/16

Piotrek Koszuliński 7 лет назад
Родитель
Сommit
58bfb30353
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-typing/tests/tickets/100.js

+ 1 - 1
packages/ckeditor5-typing/tests/tickets/100.js

@@ -116,7 +116,7 @@ describe( 'Bug ckeditor5-typing#100', () => {
 				type: 'children',
 				node: strong,
 				oldChildren: [ text ],
-				newChildren: [ new ViewElement( 'a', null, text.clone() ), new ViewText( 'x' ) ]
+				newChildren: [ new ViewElement( 'a', null, text._clone() ), new ViewText( 'x' ) ]
 			}
 		] );