|
|
@@ -31,11 +31,11 @@
|
|
|
<label for="model-data">Table data as expected by <a href="https://github.com/ckeditor/ckeditor5-table/blob/1004f9106110be9de125825afd491a1618b71271/tests/_utils/utils.js#L48">modelTable</a> helper function:</label>
|
|
|
<textarea id="model-data">
|
|
|
[
|
|
|
- [ '00', { contents: '01', colspan: 2, rowspan: 2 }, { contents: '03', rowspan: 2 }, '04', '05' ],
|
|
|
- [ '10', { contents: '14', colspan: 2 } ],
|
|
|
- [ { contents: '20', colspan: 2, rowspan: 2 }, { contents: '22', rowspan: 2 }, '23', '24', '25' ],
|
|
|
- [ { contents: '33', colspan: 2 }, '35' ],
|
|
|
- [ '40', '41', '42', '43', '44', '45' ]
|
|
|
+ [ '00', '01', '02', '03', '04' ],
|
|
|
+ [ '10', '11', '12', '13', '14' ],
|
|
|
+ [ '20', '21', '22', '23', '24' ],
|
|
|
+ [ '30', '31', '32', '33', '34' ],
|
|
|
+ [ '40', '41', '42', '43', '44' ]
|
|
|
]
|
|
|
</textarea>
|
|
|
|