Lines Matching refs:tests
9 def print_tests(tests):
10 print('\n'.join([test_tostr(t) for t in tests]))
15 tests = []
35 # This skips tests that should result in an error.
41 pat = tests[-1][1]
49 tests.append((name, pat, text, groups))
50 return tests
69 description='Generate match tests from an AT&T POSIX test file.')
75 tests = []
77 tests += read_tests(f)
80 // DO NOT EDIT. Automatically generated by 'scripts/regex-match-tests.py'