Przeglądaj źródła

Added missing comment.

Kamil Piechaczek 8 lat temu
rodzic
commit
526d922fc7

+ 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' } );