summaryrefslogtreecommitdiffstats
path: root/src/go/doc/comment/testdata/code2.txt
blob: 0810bed41c2079682b95f791ac1dae1f0e0894a4 (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
-- input --
Text.

	A tab-indented
	(no, not eight-space indented)
	code block and haiku.

More text.
-- gofmt --
Text.

	A tab-indented
	(no, not eight-space indented)
	code block and haiku.

More text.
-- markdown --
Text.

	A tab-indented
	(no, not eight-space indented)
	code block and haiku.

More text.
-- html --
<p>Text.
<pre>A tab-indented
(no, not eight-space indented)
code block and haiku.
</pre>
<p>More text.