summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax/UnterminatedString-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Parser: Issue messages through cmake, not cmSystemToolsStephen Kelly2016-08-251-7/+6
| | | | | Make these messages uniform with regard to other messages issued by cmake.
* Add RunCMake.Syntax test to cover argument parsingBrad King2013-08-081-0/+8
Test basic unquoted and quoted argument parsing cases including failure on an unterminated string and an unterminated command invocation. Also cover arguments not separated by any spaces, which is accidentally allowed by the current parser.