mirror of
https://github.com/reactos/CMake.git
synced 2025-01-07 11:40:23 +00:00
f3155cd62a
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.
8 lines
249 B
Plaintext
8 lines
249 B
Plaintext
CMake Error: Error in cmake code at
|
|
.*/Syntax/UnterminatedCall1.cmake:2:
|
|
Parse error. Function missing ending "\)". End of file reached.
|
|
CMake Error at CMakeLists.txt:3 \(include\):
|
|
include could not find load file:
|
|
|
|
UnterminatedCall1.cmake
|