-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <max@nextcloud.com>
- Loading branch information
1 parent
de84dcd
commit 99ef82a
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ | |
<td colspan="1" rowspan="1">other cell</td> | ||
</tr> | ||
</table> | ||
<p> | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,5 @@ | |
<td colspan="1" rowspan="1">16</td> | ||
</tr> | ||
</table> | ||
<p> | ||
</p> |