summaryrefslogtreecommitdiffstats
path: root/src/go/doc/comment/testdata/code5.txt
blob: 0e340dd129838231be264bcf6eb89e267f3ca299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-- input --
L1
L2
L3
L4
L5
- L6 {
	L7
}
L8
-- gofmt --
L1
L2
L3
L4
L5
  - L6 {
    L7
    }

L8