Text file src/go/doc/comment/testdata/quote.txt

     1  -- input --
     2  Doubled single quotes like `` and '' don't turn into Unicode double quotes,
     3  and neither do single quotes ` and '.
     4  Misplaced markdown fences ``` do not either.
     5  -- gofmt --
     6  Doubled single quotes like `` and '' don't turn into Unicode double quotes,
     7  and neither do single quotes ` and '.
     8  Misplaced markdown fences ``` do not either.
     9  -- text --
    10  Doubled single quotes like `` and '' don't turn into Unicode double quotes, and
    11  neither do single quotes ` and '. Misplaced markdown fences ``` do not either.
    12  -- html --
    13  <p>Doubled single quotes like `` and &apos;&apos; don&apos;t turn into Unicode double quotes,
    14  and neither do single quotes ` and &apos;.
    15  Misplaced markdown fences ``` do not either.
    16  

View as plain text