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

     1  -- input --
     2  To test, run this command:
     3    go test -more
     4  
     5  Or, to test specific things, run this command:
     6  
     7  go test -more \
     8    -pkg first/package \
     9    -pkg second/package \
    10    -pkg third/package
    11  
    12  Happy testing!
    13  -- gofmt --
    14  To test, run this command:
    15  
    16  	go test -more
    17  
    18  Or, to test specific things, run this command:
    19  
    20  	go test -more \
    21  	  -pkg first/package \
    22  	  -pkg second/package \
    23  	  -pkg third/package
    24  
    25  Happy testing!
    26  -- markdown --
    27  To test, run this command:
    28  
    29  	go test -more
    30  
    31  Or, to test specific things, run this command:
    32  
    33  	go test -more \
    34  	  -pkg first/package \
    35  	  -pkg second/package \
    36  	  -pkg third/package
    37  
    38  Happy testing!
    39  

View as plain text