Skip to content

Commit 1aeb9dc

Browse files
authored
Add 1.7.9.9.1 and 1.3..4 to invalidWordFenceVersions
1 parent 06f11a0 commit 1aeb9dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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)