summaryrefslogtreecommitdiff
path: root/testsuite/misc.pl
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-01-30 09:45:13 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2023-01-30 09:58:54 -0800
commit8c802c5078855798ece5d0859e2c779fa059954a (patch)
tree376d65ed17ec590496998e10c6beea7068dd16fb /testsuite/misc.pl
parentfa9e4e4fc0b2c5be1289dafd02995e5badbac1b2 (diff)
downloadsed-8c802c5078855798ece5d0859e2c779fa059954a.tar.gz
maint: quote 'like this' not `like this'
Diffstat (limited to 'testsuite/misc.pl')
-rw-r--r--testsuite/misc.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/misc.pl b/testsuite/misc.pl
index 3e8b485..87e8fb2 100644
--- a/testsuite/misc.pl
+++ b/testsuite/misc.pl
@@ -257,7 +257,7 @@ s/[[[[[[[[[]/h/
],
['fasts',
- # test `fast' substitutions
+ # test 'fast' substitutions
qw(-f),
{IN => q(
h
@@ -1049,7 +1049,7 @@ foo foo fo oo f oo foo foo foo foo foo foo foo foo foo foo foo foo foo
/too\.$/q
)},
{AUX => { 'readin.in2' => "MOO\n" }},
- {IN => "``Democracy will not come today, this year,\n"
+ {IN => " \"Democracy will not come today, this year,\n"
. " nor ever through compromise and fear.\n"
. " I have as much right as the other fellow has\n"
. " to stand on my two feet and own the land.\n"
@@ -1061,9 +1061,9 @@ foo foo fo oo f oo foo foo foo foo foo foo foo foo foo foo foo foo foo
. " Freedom is a strong seed\n"
. " planted in a great need.\n"
. " I live here, too.\n"
- . " I want freedom just as you.''\n"
- . " ``The Weary Blues'', Langston Hughes\n"},
- {OUT => "``Democracy will not come today, this year,\n"
+ . " I want freedom just as you.\"\n"
+ . " \"The Weary Blues\", Langston Hughes\n"},
+ {OUT => " \"Democracy will not come today, this year,\n"
. " nor ever through compromise and fear.\n"
. "MOO\n"
. " I have as much right as the other fellow has\n"