Fix custom tests.
This commit is contained in:
parent
642c022d81
commit
049a773b5b
1 changed files with 8 additions and 8 deletions
|
@ -550,17 +550,17 @@ because of the unescaped spaces: a^b c^d, a~b c~d.</p>
|
|||
|
||||
<h1 id="smart-quotes-ellipses-dashes">Smart quotes, ellipses, dashes</h1>
|
||||
|
||||
<p> said the spider. </p>
|
||||
<p>“Hello,” said the spider. “‘Shelob’ is my name.”</p>
|
||||
|
||||
<p>, , and are letters.</p>
|
||||
<p>‘A’, ‘B’, and ‘C’ are letters.</p>
|
||||
|
||||
<p> and are names of trees.
|
||||
So is </p>
|
||||
<p>‘Oak,’ ‘elm,’ and ‘beech’ are names of trees.
|
||||
So is ‘pine.’</p>
|
||||
|
||||
<p> Were you alive in the
|
||||
<p>‘He said, “I want to go.”’ Were you alive in the
|
||||
70’s?</p>
|
||||
|
||||
<p>Here is some quoted and a .</p>
|
||||
<p>Here is some quoted ‘<code>code</code>’ and a “<a href='http://example.com/?foo=1&bar=2' title=''>quoted link</a>”.</p>
|
||||
|
||||
<p>Some dashes: one—two — three—four — five.</p>
|
||||
|
||||
|
@ -589,7 +589,7 @@ So is </p>
|
|||
<ul>
|
||||
<li>To get the famous equation, write <code>$e = mc^2$</code>.</li>
|
||||
<li>$22,000 is a <em>lot</em> of money. So is $34,000.
|
||||
(It worked if is emphasized.)</li>
|
||||
(It worked if “lot” is emphasized.)</li>
|
||||
<li>Shoes ($20) and socks ($5).</li>
|
||||
<li>Escaped <code>$</code>: $73 <em>this should be emphasized</em> 23$.</li>
|
||||
</ul>
|
||||
|
@ -734,7 +734,7 @@ So is </p>
|
|||
|
||||
<h1 id="images">Images</h1>
|
||||
|
||||
<p>From by Georges Melies (1902):</p>
|
||||
<p>From “Voyage dans la Lune” by Georges Melies (1902):</p>
|
||||
|
||||
<div class="figure">
|
||||
<img src="lalune.jpg" title="fig:Voyage dans la Lune"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue