Skip to content

Commit 23e7556

Browse files
🤖 go generate ./... (#84)
* 🤖 `go generate ./...` Automated commit by the `Go Generate` workflow. * Update version_test.go --------- Co-authored-by: tastendruck[bot] <191388063+tastendruck[bot]@users.noreply.github.com> Co-authored-by: Tang Rufus <[email protected]>
1 parent a3f8d76 commit 23e7556

File tree

2 files changed

+103
-4
lines changed

2 files changed

+103
-4
lines changed

internal/wordfencetest/version_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@ var invalidWordFenceVersions = []string{ //nolint:gochecknoglobals
3939
"1.9.9.5.1",
4040
"1.9.9.5.2",
4141
"1.9.9.5.3",
42+
"1.9.9.5.4",
4243
"1.9.9.7.7",
4344
"1.dec.2012",
4445
"13-07-2019",
4546
"17-07-2019",
4647
"2.0.1.8.2",
4748
"2.0.2.0.1",
4849
"2.0.5.4.1",
50+
"2.0.9.9.3",
4951
"2.0e",
5052
"2.24080000-WP6.6.1",
5153
"2.35.1.2.3",
@@ -67,6 +69,7 @@ var invalidWordFenceVersions = []string{ //nolint:gochecknoglobals
6769
"25.04010101-WP6.8",
6870
"25.07010000-WP6.8.1-JB5.11.5",
6971
"3.0 (Beta r7)",
72+
"3.1.0-free",
7073
"3.1.0.1.1",
7174
"3.1.1.4.2",
7275
"3.1.37.11.L",

0 commit comments

Comments
 (0)