8
0
Maciej Gołaszewski 6 rokov pred
rodič
commit
cbc153a4b9

+ 2 - 1
packages/ckeditor5-list/tests/listediting.js

@@ -3870,7 +3870,8 @@ describe( 'ListEditing', () => {
 			);
 		} );
 
-		it( 'should cover else branch', () => {
+		// https://github.com/ckeditor/ckeditor5-list/issues/126#issuecomment-518206743
+		it( 'should properly handle split of list items with non-standard converters', () => {
 			setModelData( model,
 				'<listItem listType="bulleted" listIndent="0">A[]</listItem>' +
 				'<listItem listType="bulleted" listIndent="1">B</listItem>' +