Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tests: add paragraph to expected output
It was added to ensure the trailing paragraph extension of tiptap
does not trigger an autosave without other changes.

Signed-off-by: Max <[email protected]>
  • Loading branch information
max-nextcloud committed Aug 30, 2022
commit 5c56006d74a95396eb8492c45ca17d544f7d7a5e
2 changes: 2 additions & 0 deletions src/tests/fixtures/tables/basic.out.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
<td colspan="1" rowspan="1">other cell</td>
</tr>
</table>
<p>
</p>
2 changes: 2 additions & 0 deletions src/tests/fixtures/tables/handbook.out.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@
<td colspan="1" rowspan="1">16</td>
</tr>
</table>
<p>
</p>