mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
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(
|