blob: d1de43bc9c695fbb3ae4fc65732c6233f9017108 [file] [log] [blame]
Josh Bleecher Snyder833a0f82025-04-24 18:39:36 +00001Pre-existing gopls issues should not be reported as regressions
2
3-- p.go --
4package p
5
6func F() {
7 x := 42
8}
9
10-- .commit --
11Initial commit with existing gopls issue
12
13-- p.go --
14package p
15
16func F() {
17 x := 42
18 // unrelated change
19}
20
21-- .commit --
22Make a change but keep the same gopls issue
23
24-- .run_test --
25OK