summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax/UnterminatedCall2-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmListFileCache: When missing ending ) print starting line instead of last oneBartosz Kosiorek2019-06-031-1/+1
| | | | Fixes: #19301
* Parser: Issue messages through cmake, not cmSystemToolsStephen Kelly2016-08-251-7/+4
| | | | | Make these messages uniform with regard to other messages issued by cmake.
* cmListFileLexer: Fix line number after backslash in stringBrad King2013-08-081-0/+7
If a line inside a string ends in a backslash count the following newline character as a line increment. Add a test covering this case to verify that subsequent line numbers are correct.