summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax/UnterminatedCall2-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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.