Procházet zdrojové kódy

Changes required by changes in ckeditor5-engine.

Szymon Cofalik před 9 roky
rodič
revize
2500a2ff99

+ 1 - 1
packages/ckeditor5-autoformat/tests/inlineautoformatengine.js

@@ -58,7 +58,7 @@ describe( 'InlineAutoformatEngine', () => {
 				batch.insert( doc.selection.getFirstPosition(), '*' );
 			} );
 
-			expect( getData( doc ) ).to.equal( '<paragraph>*foob[*ar]</paragraph>' );
+			expect( getData( doc ) ).to.equal( '<paragraph>*foob*[ar]</paragraph>' );
 		} );
 	} );