summaryrefslogtreecommitdiffstats
path: root/src/go/doc/comment/testdata/text9.txt
blob: 07a64aa2276a96b24a9ca5794020d30201f4700b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{"TextPrefix":"|", "TextCodePrefix": "@"}
-- input --
Hello, world
 Code block here.
-- gofmt --
Hello, world

	Code block here.
-- text --
|Hello, world
|
@Code block here.