mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +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.
4 lines
28 B
CMake
4 lines
28 B
CMake
message("
|
|
1 \${var} 4
|
|
")
|