summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2022-08-19 04:03:18 (GMT)
committerCraig Scott <craig.scott@crascit.com>2022-08-19 04:03:18 (GMT)
commit8981e88b18f106366c3dd18c5182fb1d95cba4d6 (patch)
tree66bbf3837d8e773ba4241968ccfb5f690787e8aa /Help/command
parentc3793b41573ee584e572ea546527b9350f46a05d (diff)
downloadCMake-8981e88b18f106366c3dd18c5182fb1d95cba4d6.zip
CMake-8981e88b18f106366c3dd18c5182fb1d95cba4d6.tar.gz
CMake-8981e88b18f106366c3dd18c5182fb1d95cba4d6.tar.bz2
Help: Add missing closing quote on C++ example
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/ctest_test.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst
index 11ebdbd..3bd8655 100644
--- a/Help/command/ctest_test.rst
+++ b/Help/command/ctest_test.rst
@@ -236,7 +236,7 @@ The following example demonstrates how to upload test images to CDash.
"/dir/to/valid_img.gif</CTestMeasurementFile>" << std::endl;
std::cout <<
- "<CTestMeasurementFile type=\"image/png\" name=\"AlgoResult\"> <<
+ "<CTestMeasurementFile type=\"image/png\" name=\"AlgoResult\">" <<
"/dir/to/img.png</CTestMeasurementFile>"
<< std::endl;