diff options
Diffstat (limited to 'test/html-reader.html')
-rw-r--r-- | test/html-reader.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/html-reader.html b/test/html-reader.html index 3bd5e4ce3..a2bca5d2c 100644 --- a/test/html-reader.html +++ b/test/html-reader.html @@ -317,6 +317,8 @@ These should not be escaped: \$ \\ \> \[ \{ <p>So is <strong><em>this</em></strong> word.</p> <p>This is code: <code>></code>, <code>$</code>, <code>\</code>, <code>\$</code>, <code><html></code>.</p> <p>This is <span style="font-variant: small-caps;">small caps</span>.</p> +<p>These are all underlined: <u>foo</u> and <ins>bar</ins>.</p> +<p>These are all strikethrough: <s>foo</s>, <strike>bar</strike>, and <del>baz</del>.</p> <hr /> <h1>Smart quotes, ellipses, dashes</h1> <p>"Hello," said the spider. "'Shelob' is my name."</p> |