catch2/tests/SelfTest/IntrospectiveTests
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
..
CmdLine.tests.cpp Fix bug in test spec parser handling of escaping in ORed patterns 2020-05-01 09:56:34 +02:00
Details.tests.cpp Standardize header names and file locations 2020-04-24 18:58:44 +02:00
GeneratorsImpl.tests.cpp Standardize header names and file locations 2020-04-24 18:58:44 +02:00
InternalBenchmark.tests.cpp Make warnings in assertions fire for GCC/Clang again 2020-04-29 21:27:57 +02:00
PartTracker.tests.cpp Standardize header names and file locations 2020-04-24 18:58:44 +02:00
RandomNumberGeneration.tests.cpp Standardize header names and file locations 2020-04-24 18:58:44 +02:00
String.tests.cpp Standardize header names and file locations 2020-04-24 18:58:44 +02:00
StringManip.tests.cpp Standardize header names and file locations 2020-04-24 18:58:44 +02:00
Tag.tests.cpp Standardize header names and file locations 2020-04-24 18:58:44 +02:00
ToString.tests.cpp Standardize header names and file locations 2020-04-24 18:58:44 +02:00
Xml.tests.cpp Standardize header names and file locations 2020-04-24 18:58:44 +02:00