1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-06 18:34:46 +02:00
Martin Hořeňovský 426954032f
Rename Contains string matcher builder to ContainsSubstring
The problem with the old name was that it collided with the
range matcher `Contains`, and it was not really possible to
disambiguate them just with argument types.

Closes 
2021-09-27 21:28:33 +02:00
..