소스 검색

Merge branch 'master' into t/48

Krzysztof Krztoń 9 년 전
부모
커밋
c4172d6c3d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/ckeditor5-typing/tests/deletecommand-integration.js

+ 2 - 0
packages/ckeditor5-typing/tests/deletecommand-integration.js

@@ -30,6 +30,8 @@ describe( 'DeleteCommand integration', () => {
 				doc.schema.registerItem( 'p', '$block' );
 				doc.schema.registerItem( 'img', '$inline' );
 				doc.schema.allow( { name: '$text', inside: 'img' } );
+
+				doc.schema.objects.add( 'img' );
 			} );
 	} );