diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-11-29 11:04:08 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-11-29 11:04:08 -0800 |
commit | 049a773b5b4a65b3a726c4bc20071b825720aaa6 (patch) | |
tree | ff3af83f2020e217f54b84d6922a6198a31464ba | |
parent | 642c022d816a88bd877b9f63819db7c4187f0c0b (diff) | |
download | pandoc-049a773b5b4a65b3a726c4bc20071b825720aaa6.tar.gz |
Fix custom tests.
-rw-r--r-- | test/writer.custom | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/writer.custom b/test/writer.custom index b32d777de..f3341360e 100644 --- a/test/writer.custom +++ b/test/writer.custom @@ -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"/> |