summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GoogleTest/fake_gtest.cpp
diff options
context:
space:
mode:
authorEvgeniy Shcherbina <ixsci@pm.me>2022-02-03 11:01:40 (GMT)
committerEvgeniy Shcherbina <ixsci@pm.me>2022-02-03 11:12:53 (GMT)
commitfd6b8fa40e4f80fc04c5c8db90d92cd13097d3cf (patch)
treeb6bd4310477e74492917e2a2a914e1c2c61541bc /Tests/RunCMake/GoogleTest/fake_gtest.cpp
parentfb2658165303c29163e1d4f81a10df3dd427097c (diff)
downloadCMake-fd6b8fa40e4f80fc04c5c8db90d92cd13097d3cf.zip
CMake-fd6b8fa40e4f80fc04c5c8db90d92cd13097d3cf.tar.gz
CMake-fd6b8fa40e4f80fc04c5c8db90d92cd13097d3cf.tar.bz2
GoogleTest: Preserve spaces in test parameters
Before the fix the gtest_discover_tests() function would strip the user data in test parameters (everything to the right of GetParam()) of spaces. Now the parameters aren't altered in any way. Fixes #23058
Diffstat (limited to 'Tests/RunCMake/GoogleTest/fake_gtest.cpp')
-rw-r--r--Tests/RunCMake/GoogleTest/fake_gtest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/GoogleTest/fake_gtest.cpp b/Tests/RunCMake/GoogleTest/fake_gtest.cpp
index aa6468c..183e106 100644
--- a/Tests/RunCMake/GoogleTest/fake_gtest.cpp
+++ b/Tests/RunCMake/GoogleTest/fake_gtest.cpp
@@ -61,6 +61,7 @@ int main(int argc, char** argv)
std::cout << " case/4 # GetParam() = \"]]=]\"" << std::endl;
std::cout << " case/5 # GetParam() = \"__osbtext\"" << std::endl;
std::cout << " case/6 # GetParam() = \"__csb___text\"" << std::endl;
+ std::cout << " case/7 # GetParam() = \"S o m e \"" << std::endl;
}
}
return 0;