Skip to content

Commit 1829bac

Browse files
🤖 go generate ./... (#92)
* 🤖 `go generate ./...` Automated commit by the `Go Generate` workflow. * Add `1.7.9.9.1` and `1.3..4` to `invalidWordFenceVersions` --------- Co-authored-by: tastendruck[bot] <191388063+tastendruck[bot]@users.noreply.github.com> Co-authored-by: Tang Rufus <tangrufus@gmail.com>
1 parent 7c81e37 commit 1829bac

File tree

2 files changed

+61
-6
lines changed

2 files changed

+61
-6
lines changed

internal/wordfencetest/version_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ var invalidWordFenceVersions = []string{ //nolint:gochecknoglobals
2323
"1.0.1 Lite",
2424
"1.0f",
2525
"1.1(Beta)",
26+
"1.3..4",
2627
"1.3 EN",
2728
"1.4.9.8.9",
2829
"1.6.2d",
@@ -34,6 +35,7 @@ var invalidWordFenceVersions = []string{ //nolint:gochecknoglobals
3435
"1.6.61.1.0",
3536
"1.6.61.1.1",
3637
"1.6.61.2.1",
38+
"1.7.9.9.1",
3739
"1.7.f",
3840
"1.9.9.4.1",
3941
"1.9.9.5.1",

0 commit comments

Comments
 (0)