catch2/tests
Martin Hořeňovský 87a8b61d5a
Fix bug in test spec parser handling of escaping in ORed patterns
It did not clear out all of its internal state when switching from
one pattern to another, so when it should've escaped `,`, it took
its position from its position in the original user-provided string,
rather than its position in the current pattern.

Fixes #1905
2020-05-01 09:56:34 +02:00
..
ExtraTests Standardize header names and file locations 2020-04-24 18:58:44 +02:00
SelfTest Fix bug in test spec parser handling of escaping in ORed patterns 2020-05-01 09:56:34 +02:00
CMakeLists.txt Add generic Contains matcher 2020-03-27 10:22:25 +01:00