diff options
Diffstat (limited to 'tests/misc/underscores.html')
-rw-r--r-- | tests/misc/underscores.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/misc/underscores.html b/tests/misc/underscores.html new file mode 100644 index 0000000..54bd9f9 --- /dev/null +++ b/tests/misc/underscores.html @@ -0,0 +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>Here is some <strong>strong</strong> stuff.</p> +<p>THIS<strong><em>SHOULD</em></strong>STAY?</p>
\ No newline at end of file |