mirror of
https://github.com/reactos/CMake.git
synced 2025-01-19 09:54:02 +00:00
6d66e396a1
The current file parser for a MUMPS routine uses a period "." as the one of the signals that a line of MUMPS code is executable. This is not a correct assumption. Add the period to the list of characters that CTest will not consider the start of a line of code. Update the test routine to have an entry point with code to match the scenario mentioned above.