Fix handling of semicolon and backslash characters in CMake test discovery (#2676)

This PR fixes the handling of semicolon and backslash characters in test names in the CMake test discovery

Closes #2674
This commit is contained in:
Robin Christ
2023-06-14 23:40:10 +02:00
committed by GitHub
parent a0c6a28460
commit 42ee66b5e6
2 changed files with 11 additions and 5 deletions

View File

@@ -8,4 +8,5 @@
#include <catch2/catch_test_macros.hpp>
TEST_CASE("@Script[C:\\EPM1A]=x;\"SCALA_ZERO:\"", "[script regressions]"){}
TEST_CASE("Some test") {}