dev: improve test for auto-fixing of misspell
This commit is contained in:
parent
25a630d206
commit
193a751f80
3
test/testdata/fix/in/misspell.go
vendored
3
test/testdata/fix/in/misspell.go
vendored
@ -6,6 +6,9 @@ package p
|
||||
// langauge
|
||||
// langauge langauge
|
||||
|
||||
// check Langauge
|
||||
// and check langAuge
|
||||
|
||||
func langaugeMisspell() { // the function detects langauge of the text
|
||||
|
||||
}
|
||||
|
3
test/testdata/fix/out/misspell.go
vendored
3
test/testdata/fix/out/misspell.go
vendored
@ -6,6 +6,9 @@ package p
|
||||
// language
|
||||
// language langauge
|
||||
|
||||
// check Language
|
||||
// and check langAuge
|
||||
|
||||
func langaugeMisspell() { // the function detects language of the text
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user