diff options
Diffstat (limited to 'src/go/doc/comment/testdata/text9.txt')
-rw-r--r-- | src/go/doc/comment/testdata/text9.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/go/doc/comment/testdata/text9.txt b/src/go/doc/comment/testdata/text9.txt new file mode 100644 index 0000000..07a64aa --- /dev/null +++ b/src/go/doc/comment/testdata/text9.txt @@ -0,0 +1,12 @@ +{"TextPrefix":"|", "TextCodePrefix": "@"} +-- input -- +Hello, world + Code block here. +-- gofmt -- +Hello, world + + Code block here. +-- text -- +|Hello, world +| +@Code block here. |