Skip to content

Commit 720f93d

Browse files
committed
cmd/golangorg/testdata: tweak gopls assertions yet again
I forgot that "Gopls: Home" is not the string that appears in the actual site. Sigh. Updates golang/go#68977 Change-Id: Idfc0ab7412d84212aa91848aae5edcbca54444ff Reviewed-on: https://go-review.googlesource.com/c/website/+/686820 Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Alan Donovan <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Commit-Queue: Alan Donovan <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent dc7dcdc commit 720f93d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_content/gopls/doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Gopls: Home"
2+
title: "Gopls: The language server for Go"
33
---
44

55
<!-- This page is a placeholder before the first watchGit cycle completes -->

cmd/golangorg/testdata/godev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ body contains <i>This content is part of the <a href="/wiki/">Go Wiki</a>.</i>
139139
# body contains Gopls: Settings
140140

141141
GET https://tip.golang.org/gopls/
142-
body contains Gopls: Home
142+
body contains Gopls: The language server for Go
143143

144144
GET https://tip.golang.org/gopls/settings
145145
body contains Gopls: Settings

0 commit comments

Comments
 (0)