8
0
Kamil Piechaczek 8 лет назад
Родитель
Сommit
526d922fc7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/ckeditor5-basic-styles/tests/attributecommand.js

+ 1 - 0
packages/ckeditor5-basic-styles/tests/attributecommand.js

@@ -67,6 +67,7 @@ describe( 'AttributeCommand', () => {
 			expect( command.value ).to.be.false;
 		} );
 
+		// See https://github.com/ckeditor/ckeditor5-core/issues/73#issuecomment-311572827.
 		it( 'is false when selection contains object with nested editable', () => {
 			doc.schema.registerItem( 'caption', '$block' );
 			doc.schema.allow( { name: '$inline', inside: 'caption' } );