mirror of
https://github.com/reactos/CMake.git
synced 2025-02-14 16:38:42 +00:00
![Brad King](/assets/img/avatar_default.png)
Cover commands with whitespace present in allowed combinations. Also cover command error cases such as two on one line.
7 lines
159 B
CMake
7 lines
159 B
CMake
message("Example Message"#)
|
|
)
|
|
message ("Example Message" # )
|
|
)
|
|
message( "Example Message\n" # "Commented" )
|
|
"Second Line of Example")
|