Maciej Gołaszewski 6 éve
szülő
commit
cbc153a4b9
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      packages/ckeditor5-list/tests/listediting.js

+ 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>' +