summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Syntax/String0.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add RunCMake.Syntax test to cover argument parsingBrad King2013-08-081-0/+2
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.