Skip to content

Commit 65613f3

Browse files
committed
tests: add a test with a changes not at the first line
1 parent 6b89230 commit 65613f3

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
Copyright 2024 The Awesome Project Authors
3+
4+
Use of this source code is governed by LICENSE.md
5+
*/
6+
7+
//golangcitest:args -Egoheader
8+
//golangcitest:expected_exitcode 0
9+
//golangcitest:config_path testdata/goheader-fix.yml
10+
package p
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
Copyright 2024 The Awesome Project Authors
3+
4+
Use of this source code is governed by LICENSE
5+
*/
6+
7+
//golangcitest:args -Egoheader
8+
//golangcitest:expected_exitcode 0
9+
//golangcitest:config_path testdata/goheader-fix.yml
10+
package p

0 commit comments

Comments
 (0)