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

     1  -- input --
     2  L1
     3  L2
     4  L3
     5  L4
     6  L5
     7  - L6 {
     8  	L7
     9  }
    10  L8
    11  -- gofmt --
    12  L1
    13  L2
    14  L3
    15  L4
    16  L5
    17    - L6 {
    18      L7
    19      }
    20  
    21  L8
    22  

View as plain text