diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/smart_punct.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/test/smart_punct.txt b/test/smart_punct.txt index c870c9d..5deccde 100644 --- a/test/smart_punct.txt +++ b/test/smart_punct.txt @@ -4,58 +4,58 @@ "Hello," said the spider. "'Shelob' is my name." . -<p>“Hello,” said the spider. -“‘Shelob’ is my name.”</p> +<p>“Hello,” said the spider. +“‘Shelob’ is my name.”</p> . . 'A', 'B', and 'C' are letters. . -<p>‘A’, ‘B’, and ‘C’ are letters.</p> +<p>‘A’, ‘B’, and ‘C’ are letters.</p> . . 'Oak,' 'elm,' and 'beech' are names of trees. So is 'pine.' . -<p>‘Oak,’ ‘elm,’ and ‘beech’ are names of trees. -So is ‘pine.’</p> +<p>‘Oak,’ ‘elm,’ and ‘beech’ are names of trees. +So is ‘pine.’</p> . . 'He said, "I want to go."' . -<p>‘He said, “I want to go.”’</p> +<p>‘He said, “I want to go.”’</p> . . Were you alive in the 70's? . -<p>Were you alive in the 70’s?</p> +<p>Were you alive in the 70’s?</p> . . Here is some quoted '`code`' and a "[quoted link](url)". . -<p>Here is some quoted ‘<code>code</code>’ and a “<a href="url">quoted link</a>”.</p> +<p>Here is some quoted ‘<code>code</code>’ and a “<a href="url">quoted link</a>”.</p> . . Some dashes: one---two --- three---four --- five. . -<p>Some dashes: one—two — -three—four — five.</p> +<p>Some dashes: one—two — +three—four — five.</p> . . Dashes between numbers: 5--7, 255--66, 1987--1999. . -<p>Dashes between numbers: 5–7, 255–66, 1987–1999.</p> +<p>Dashes between numbers: 5–7, 255–66, 1987–1999.</p> . . Ellipses...and...and.... . -<p>Ellipses…and…and….</p> +<p>Ellipses…and…and….</p> . |