|
|
@@ -814,7 +814,7 @@ describe( 'TableUtils', () => {
|
|
|
setData( model, modelTable( [
|
|
|
[ { rowspan: 3, contents: '00' }, { rowspan: 2, contents: '01' }, '02' ],
|
|
|
[ '12' ],
|
|
|
- [ '22' ],
|
|
|
+ [ '21', '22' ],
|
|
|
[ '30', '31', '32' ]
|
|
|
] ) );
|
|
|
|
|
|
@@ -822,7 +822,7 @@ describe( 'TableUtils', () => {
|
|
|
|
|
|
assertEqualMarkup( getData( model, { withoutSelection: true } ), modelTable( [
|
|
|
[ { rowspan: 2, contents: '00' }, '01', '12' ],
|
|
|
- [ '22' ],
|
|
|
+ [ '21', '22' ],
|
|
|
[ '30', '31', '32' ]
|
|
|
] ) );
|
|
|
} );
|