We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677a969 commit be83fa0Copy full SHA for be83fa0
rule_test.go
@@ -738,6 +738,7 @@ func TestRuleEqualmaskMark(t *testing.T) {
738
func TestRulePortRangeEqual(t *testing.T) {
739
cases := []RulePortRange{
740
{Start: 10, End: 10},
741
+ {Start: 10, End: 22},
742
{Start: 11, End: 22},
743
}
744
for i1 := range cases {
@@ -757,6 +758,7 @@ func TestRulePortRangeEqual(t *testing.T) {
757
758
func TestRuleUIDRangeEqual(t *testing.T) {
759
cases := []RuleUIDRange{
760
761
762
763
764
0 commit comments