mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Improve performance of no-tests-as-filters test.
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user