mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 15:19:39 +00:00
1eafa3edaf
If a line inside a string ends in a backslash count the following newline character as a line increment. Add a test covering this case to verify that subsequent line numbers are correct.
4 lines
23 B
CMake
4 lines
23 B
CMake
set(var "\
|
|
")
|
|
message(
|