mirror of
https://github.com/nmap/nmap.git
synced 2026-02-07 22:16:33 +00:00
Fix an incorrect match case
This commit is contained in:
@@ -115,6 +115,8 @@ const struct expr_test tests[] = {
|
||||
{"[<5]S", "2B", false},
|
||||
{"[>A7]S", "FS", false},
|
||||
{"[>A7]S", "A6S", false},
|
||||
{"G", "0", false},
|
||||
{"0-FFFF", "G", false},
|
||||
{"", "", true}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user