mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Improve performance of no-tests-as-filters test.
This commit is contained in:
parent
532aa661b7
commit
7995f69a44
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ TEST_MAP = {
|
|||
}
|
||||
|
||||
|
||||
FILTER_RE = re.compile(r'((.+?)\s*(?P<left>[\w .\'"]+)(\s*)\|(\s*)(?P<filter>\w+))')
|
||||
FILTER_RE = re.compile(r'(?P<left>[\w .\'"]+)(\s*)\|(\s*)(?P<filter>\w+)')
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Reference in a new issue