From 049a773b5b4a65b3a726c4bc20071b825720aaa6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 29 Nov 2018 11:04:08 -0800 Subject: Fix custom tests. --- test/writer.custom | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'test') 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.

Smart quotes, ellipses, dashes

-

said the spider.

+

“Hello,” said the spider. “‘Shelob’ is my name.”

-

, , and are letters.

+

‘A’, ‘B’, and ‘C’ are letters.

-

and are names of trees. -So is

+

‘Oak,’ ‘elm,’ and ‘beech’ are names of trees. +So is ‘pine.’

-

Were you alive in the +

‘He said, “I want to go.”’ Were you alive in the 70’s?

-

Here is some quoted and a .

+

Here is some quoted ‘code’ and a “quoted link”.

Some dashes: one—two — three—four — five.

@@ -589,7 +589,7 @@ So is

@@ -734,7 +734,7 @@ So is

Images

-

From by Georges Melies (1902):

+

From “Voyage dans la Lune” by Georges Melies (1902):

-- cgit v1.2.3