Skip to content

Commit

Permalink
Adjusted PFO tests to changes in the ckeditor5-table package.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Oct 9, 2020
1 parent 5bf0d3a commit 347580e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@

<table>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell><paragraph></paragraph></tableCell>
<tableCell><paragraph></paragraph></tableCell>
<tableCell><paragraph></paragraph></tableCell>
<tableCell><paragraph></paragraph></tableCell>
<tableCell></tableCell>
<tableCell></tableCell>
<tableCell></tableCell>
<tableCell></tableCell>
<tableCell></tableCell>
</tableRow>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell colspan="4"><paragraph></paragraph></tableCell>
<tableCell></tableCell>
<tableCell colspan="4"></tableCell>
</tableRow>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell></tableCell>
</tableRow>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell colspan="2"><paragraph></paragraph></tableCell>
<tableCell rowspan="2"><paragraph></paragraph></tableCell>
<tableCell></tableCell>
<tableCell colspan="2"></tableCell>
<tableCell rowspan="2"></tableCell>
</tableRow>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell rowspan="2"><paragraph></paragraph></tableCell>
<tableCell></tableCell>
<tableCell rowspan="2"></tableCell>
</tableRow>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell></tableCell>
</tableRow>
</table>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<paragraph></paragraph>
<table>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell><paragraph></paragraph></tableCell>
<tableCell><paragraph></paragraph></tableCell>
<tableCell></tableCell>
<tableCell></tableCell>
<tableCell></tableCell>
</tableRow>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell colspan="2"><paragraph></paragraph></tableCell>
<tableCell></tableCell>
<tableCell colspan="2"></tableCell>
</tableRow>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell></tableCell>
</tableRow>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell><paragraph></paragraph></tableCell>
<tableCell></tableCell>
<tableCell></tableCell>
</tableRow>
</table>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<table>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell><paragraph></paragraph></tableCell>
<tableCell><paragraph></paragraph></tableCell>
<tableCell><paragraph></paragraph></tableCell>
<tableCell><paragraph></paragraph></tableCell>
<tableCell></tableCell>
<tableCell></tableCell>
<tableCell></tableCell>
<tableCell></tableCell>
<tableCell></tableCell>
</tableRow>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell colspan="4"><paragraph></paragraph></tableCell>
<tableCell></tableCell>
<tableCell colspan="4"></tableCell>
</tableRow>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell></tableCell>
</tableRow>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell colspan="2"><paragraph></paragraph></tableCell>
<tableCell rowspan="2"><paragraph></paragraph></tableCell>
<tableCell></tableCell>
<tableCell colspan="2"></tableCell>
<tableCell rowspan="2"></tableCell>
</tableRow>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell rowspan="2"><paragraph></paragraph></tableCell>
<tableCell></tableCell>
<tableCell rowspan="2"></tableCell>
</tableRow>
<tableRow>
<tableCell><paragraph></paragraph></tableCell>
<tableCell></tableCell>
</tableRow>
</table>

Expand Down

0 comments on commit 347580e

Please sign in to comment.