[stable-2.7] Improve performance of no-tests-as-filters test.

(cherry picked from commit 7995f69a44)

Co-authored-by: Matt Clay <matt@mystile.com>
pull/50727/head
Matt Clay 6 years ago
parent 100e4639aa
commit 97d07a1504

@ -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…
Cancel
Save