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.
9 lines
282 B
Plaintext
9 lines
282 B
Plaintext
CMake Error: Error in cmake code at
|
|
.*/Syntax/UnterminatedString.cmake:2:
|
|
Parse error. Function missing ending "\)". Instead found unterminated string with text "\)
|
|
".
|
|
CMake Error at CMakeLists.txt:3 \(include\):
|
|
include could not find load file:
|
|
|
|
UnterminatedString.cmake$
|