github.com/lovishpuri/go-40569/src@v0.0.0-20230519171745-f8623e7c56cf/go/doc/comment/testdata/text9.txt (about)

     1  {"TextPrefix":"|", "TextCodePrefix": "@"}
     2  -- input --
     3  Hello, world
     4   Code block here.
     5  -- gofmt --
     6  Hello, world
     7  
     8  	Code block here.
     9  -- text --
    10  |Hello, world
    11  |
    12  @Code block here.