浏览代码

Added missing comment.

Kamil Piechaczek 8 年之前
父节点
当前提交
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;
 			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', () => {
 		it( 'is false when selection contains object with nested editable', () => {
 			doc.schema.registerItem( 'caption', '$block' );
 			doc.schema.registerItem( 'caption', '$block' );
 			doc.schema.allow( { name: '$inline', inside: 'caption' } );
 			doc.schema.allow( { name: '$inline', inside: 'caption' } );