get -filter spaces around op not required

This commit is contained in:
James Cherry 2020-07-04 08:26:11 -07:00
parent 47bb1e124f
commit 3d492eddee
1 changed files with 1 additions and 1 deletions

View File

@ -1004,7 +1004,7 @@ proc get_ports { args } {
return $ports
}
variable filter_regexp1 {@?([a-zA-Z_]+) +(==|=~) +([0-9a-zA-Z_\*]+)}
variable filter_regexp1 {@?([a-zA-Z_]+) *(==|=~) *([0-9a-zA-Z_\*]+)}
variable filter_or_regexp "($filter_regexp1) +\\|\\| +($filter_regexp1)"
variable filter_and_regexp "($filter_regexp1) +&& +($filter_regexp1)"