8
0
فهرست منبع

Merge pull request #141 from ckeditor/t/ckeditor5-engine/738

Other: Aligned code to the changes API in `ckeditor5-engine`. Read more ckeditor/ckeditor5-engine#738.
Szymon Kupś 7 سال پیش
والد
کامیت
fffc3dd39d
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' ) ]
 			}
 		] );