catch2/tests/SelfTest
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
..
Baselines Fix bug in test spec parser handling of escaping in ORed patterns 2020-05-01 09:56:34 +02:00
CompileTimePerfTests Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
IntrospectiveTests Fix bug in test spec parser handling of escaping in ORed patterns 2020-05-01 09:56:34 +02:00
Misc Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
UsageTests Fix compilation error when lambdas are used in assertions 2020-05-01 09:24:26 +02:00
TestMain.cpp Standardize header names and file locations 2020-04-24 18:58:44 +02:00
WarnAboutNoTests.cmake Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00