summaryrefslogtreecommitdiffstats
path: root/src/go/doc/comment/testdata/code3.txt
blob: 4a96a0e9ab9e83f9601a1bec6ef018690a376163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
-- input --
Text.

	$
	A tab-indented
	(surrounded by more blank lines)
	code block and haiku.
	$

More text.
-- gofmt --
Text.

	A tab-indented
	(surrounded by more blank lines)
	code block and haiku.

More text.
-- markdown --
Text.

	A tab-indented
	(surrounded by more blank lines)
	code block and haiku.

More text.
-- html --
<p>Text.
<pre>A tab-indented
(surrounded by more blank lines)
code block and haiku.
</pre>
<p>More text.