Skip to content

Commit

Permalink
tests: add paragraph to expected output
Browse files Browse the repository at this point in the history
It was added to ensure the trailing paragraph extension of tiptap
does not trigger an autosave without other changes.

Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud authored and juliusknorr committed Nov 4, 2022
1 parent b9a45e2 commit fdffd9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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>

0 comments on commit fdffd9b

Please sign in to comment.