mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
a3876adba6
The desired behaviour was to match a literal "[.]", so the regex has to be escaped as "\\[\\.\\]" -- double backslashes, because it has to be escaped from CMake as well as from the regex engine. |
||
---|---|---|
.. | ||
ExtraTests | ||
SelfTest | ||
XCode/OCTest | ||
CMakeLists.txt | ||
Where did the projects go.txt |