diff options
Diffstat (limited to 'tests/misc')
-rw-r--r-- | tests/misc/em_strong_complex.html | 2 | ||||
-rw-r--r-- | tests/misc/em_strong_complex.txt | 2 | ||||
-rw-r--r-- | tests/misc/underscores.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/misc/em_strong_complex.html b/tests/misc/em_strong_complex.html index 3befa70..65faddf 100644 --- a/tests/misc/em_strong_complex.html +++ b/tests/misc/em_strong_complex.html @@ -1,7 +1,7 @@ <p><em><strong>test test</strong> test test</em></p> <p><strong><em>test test</em> test test</strong></p> <p><strong><em>test</em></strong></p> -<p><strong>test</strong>_</p> +<p><strong>test</strong></p> <p><strong><em>test</em> test</strong>_</p> <p><strong><em>test</em> test</strong></p> <p><em>test_test test_test</em></p> diff --git a/tests/misc/em_strong_complex.txt b/tests/misc/em_strong_complex.txt index 66f4ff1..0425971 100644 --- a/tests/misc/em_strong_complex.txt +++ b/tests/misc/em_strong_complex.txt @@ -4,7 +4,7 @@ ___test test_ test test__ ___test___ -__test___ +__test__ ___test_ test___ diff --git a/tests/misc/underscores.html b/tests/misc/underscores.html index 54bd9f9..72d51b8 100644 --- a/tests/misc/underscores.html +++ b/tests/misc/underscores.html @@ -1,6 +1,6 @@ <p>THIS_SHOULD_STAY_AS_IS</p> <p>Here is some <em>emphasis</em>, ok?</p> <p>Ok, at least <em>this</em> should work.</p> -<p>THIS<strong>SHOULD</strong>STAY</p> +<p>THIS__SHOULD__STAY</p> <p>Here is some <strong>strong</strong> stuff.</p> <p>THIS<strong><em>SHOULD</em></strong>STAY?</p>
\ No newline at end of file |