summaryrefslogtreecommitdiffstats
path: root/src/go/doc/comment/testdata/link2.txt
blob: 8637a32f01ab752baf2f764b41608bfcb8f68f54 (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 --
The Go home page is https://go.dev/.
It used to be https://golang.org.
https:// is not a link.
Nor is https://
https://☺ is not a link.
https://:80 is not a link.

-- gofmt --
The Go home page is https://go.dev/.
It used to be https://golang.org.
https:// is not a link.
Nor is https://
https://☺ is not a link.
https://:80 is not a link.

-- text --
The Go home page is https://go.dev/. It used to be https://golang.org. https://
is not a link. Nor is https:// https://☺ is not a link. https://:80 is not a
link.

-- markdown --
The Go home page is [https://go.dev/](https://go.dev/). It used to be [https://golang.org](https://golang.org). https:// is not a link. Nor is https:// https://☺ is not a link. https://:80 is not a link.

-- html --
<p>The Go home page is <a href="https://go.dev/">https://go.dev/</a>.
It used to be <a href="https://golang.org">https://golang.org</a>.
https:// is not a link.
Nor is https://
https://☺ is not a link.
https://:80 is not a link.