Files
mbedtls/tests
Gilles Peskine c8fc67f341 Simplify some regex definitions
Use '|'.join([comma-separated list]) rather than r'...|' r'...|'. This way
there's less risk of forgetting a '|'. Pylint will yell if we forget a comma
between list elements.

Use match rather than search + mandatory start anchor for EXCLUSION_LINES.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-11-17 20:23:18 +01:00
..
2021-10-22 11:06:52 +02:00
2021-11-17 20:23:18 +01:00
2021-11-09 14:41:28 +01:00
2020-09-07 14:01:52 +02:00