Forráskód Böngészése

Tests: Aligned after adding selection post-fixer.

Piotrek Koszuliński 7 éve
szülő
commit
c7334b1875

+ 2 - 2
packages/ckeditor5-table/tests/commands/inserttablecommand.js

@@ -101,10 +101,10 @@ describe( 'InsertTableCommand', () => {
 				command.execute();
 				command.execute();
 
 
 				expect( getData( model ) ).to.equal(
 				expect( getData( model ) ).to.equal(
-					'<table>' +
+					'[<table>' +
 					'<tableRow><tableCell></tableCell><tableCell></tableCell></tableRow>' +
 					'<tableRow><tableCell></tableCell><tableCell></tableCell></tableRow>' +
 					'<tableRow><tableCell></tableCell><tableCell></tableCell></tableRow>' +
 					'<tableRow><tableCell></tableCell><tableCell></tableCell></tableRow>' +
-					'</table>[]'
+					'</table>]'
 				);
 				);
 			} );
 			} );