diff options
Diffstat (limited to 'tests/misc')
-rw-r--r-- | tests/misc/ins-at-start-of-paragraph.html | 1 | ||||
-rw-r--r-- | tests/misc/ins-at-start-of-paragraph.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/ins-at-start-of-paragraph.html b/tests/misc/ins-at-start-of-paragraph.html new file mode 100644 index 0000000..a08524e --- /dev/null +++ b/tests/misc/ins-at-start-of-paragraph.html @@ -0,0 +1 @@ +<p><ins>Hello, fellow developer</ins> this ins should be wrapped in a p.</p>
\ No newline at end of file diff --git a/tests/misc/ins-at-start-of-paragraph.txt b/tests/misc/ins-at-start-of-paragraph.txt new file mode 100644 index 0000000..2aee0bc --- /dev/null +++ b/tests/misc/ins-at-start-of-paragraph.txt @@ -0,0 +1 @@ +<ins>Hello, fellow developer</ins> this ins should be wrapped in a p. |