Skip to content

Commit

Permalink
Fix table formatting in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Jun 10, 2020
1 parent 61654f6 commit 353fe5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/ckeditor5-table/tests/converters/downcast.js
Original file line number Diff line number Diff line change
Expand Up @@ -1282,11 +1282,11 @@ describe( 'downcast converters', () => {
'<span style="display:inline-block">00</span>' +
'</th>' +
'<th class="ck-editor__editable ck-editor__nested-editable" contenteditable="true">' +
'<span style="display:inline-block">01</span>' +
'</th>' +
'</tr>' +
'</thead>' +
'</table>' +
'<span style="display:inline-block">01</span>' +
'</th>' +
'</tr>' +
'</thead>' +
'</table>' +
'</figure>'
);
} );
Expand Down

0 comments on commit 353fe5f

Please sign in to comment.