Improve performance of no-tests-as-filters test.

This commit is contained in:
Matt Clay 2019-01-08 14:00:06 -08:00
parent 532aa661b7
commit 7995f69a44

View file

@ -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():