From a579e2c89289b97fa4083c2c0e2299da9d44e9e0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 27 Dec 2011 15:45:34 -0800 Subject: Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. --- tests/writer.docbook | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'tests/writer.docbook') diff --git a/tests/writer.docbook b/tests/writer.docbook index d2b28a28a..d767b6e20 100644 --- a/tests/writer.docbook +++ b/tests/writer.docbook @@ -16,7 +16,7 @@ This is a set of tests for pandoc. Most of them are adapted from John - Gruber's markdown test suite. + Gruber’s markdown test suite.
Headers @@ -56,7 +56,7 @@
Paragraphs - Here's a regular paragraph. + Here’s a regular paragraph. In Markdown 1.0.0 and earlier. Version 8. This line turns into a list @@ -64,7 +64,7 @@ a list item. - Here's one with a bullet. * criminey. + Here’s one with a bullet. * criminey. There should be a hard line breakhere. @@ -364,7 +364,7 @@ These should not be escaped: \$ \\ \> \[ \{ Item 1, graf one. - Item 1. graf two. The quick brown fox jumped over the lazy dog's + Item 1. graf two. The quick brown fox jumped over the lazy dog’s back. @@ -404,7 +404,7 @@ These should not be escaped: \$ \\ \> \[ \{ - Here's another: + Here’s another: @@ -893,7 +893,7 @@ These should not be escaped: \$ \\ \> \[ \{ - Here's a simple block: + Here’s a simple block:
@@ -956,7 +956,7 @@ These should not be escaped: \$ \\ \> \[ \{ <hr /> - Hr's: + Hr’s:
@@ -1041,7 +1041,7 @@ These should not be escaped: \$ \\ \> \[ \{ He said, I want to go. Were you alive in the - 70's? + 70’s? Here is some quoted code and a @@ -1092,19 +1092,19 @@ These should not be escaped: \$ \\ \> \[ \{ - Here's some display math: + Here’s some display math: $\frac{d}{dx}f(x)=\lim_{h\to 0}\frac{f(x+h)-f(x)}{h}$ - Here's one that has a line break in it: + Here’s one that has a line break in it: α + ω × x2. - These shouldn't be math: + These shouldn’t be math: @@ -1131,7 +1131,7 @@ These should not be escaped: \$ \\ \> \[ \{ - Here's a LaTeX table: + Here’s a LaTeX table:
@@ -1304,18 +1304,18 @@ These should not be escaped: \$ \\ \> \[ \{
With ampersands - Here's a link with an + Here’s a link with an ampersand in the URL. - Here's a link with an amersand in the link text: + Here’s a link with an amersand in the link text: AT&T. - Here's an inline link. + Here’s an inline link. - Here's an inline link in pointy + Here’s an inline link in pointy braces.
@@ -1392,7 +1392,7 @@ or here: <http://example.com/> and another. - Here's the long note. This one contains multiple blocks. + Here’s the long note. This one contains multiple blocks. Subsequent blocks are indented to show that they belong to the -- cgit v1.2.3