Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmListFileLexer: Fix lexing of single '[' character (#15092) | Brad King | 2014-08-18 | 1 | -1/+1 |
| | | | | | | | | The lexer changes in commit v3.0.0-rc1~495^2 (Add Lua-style long brackets and long comments to CMake language, 2013-08-06) accidentally left out matching '[' as a single character in an unquoted argument. Add a lexer rule to match it and extend the RunCMake.Syntax test to cover this case. | ||||
* | Add RunCMake.Syntax test to cover argument parsing | Brad King | 2013-08-08 | 1 | -0/+1 |
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. |