summaryrefslogtreecommitdiffstats
path: root/src/go/doc/comment/testdata/quote.txt
blob: b64adae0b36680f05943188eaeb4c63ff2d9a062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-- input --
Doubled single quotes like `` and '' turn into Unicode double quotes,
but single quotes ` and ' do not.
Misplaced markdown fences ``` do not either.
-- gofmt --
Doubled single quotes like “ and ” turn into Unicode double quotes,
but single quotes ` and ' do not.
Misplaced markdown fences ``` do not either.
-- text --
Doubled single quotes like “ and ” turn into Unicode double quotes, but single
quotes ` and ' do not. Misplaced markdown fences ``` do not either.
-- html --
<p>Doubled single quotes like “ and ” turn into Unicode double quotes,
but single quotes ` and &apos; do not.
Misplaced markdown fences ``` do not either.