diff options
Diffstat (limited to 'tests/basic/strong-and-em-together.html')
-rw-r--r-- | tests/basic/strong-and-em-together.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/basic/strong-and-em-together.html b/tests/basic/strong-and-em-together.html new file mode 100644 index 0000000..7bf5163 --- /dev/null +++ b/tests/basic/strong-and-em-together.html @@ -0,0 +1,4 @@ +<p><strong><em>This is strong and em.</em></strong></p> +<p>So is <strong><em>this</em></strong> word.</p> +<p><strong><em>This is strong and em.</em></strong></p> +<p>So is <strong><em>this</em></strong> word.</p>
\ No newline at end of file |