mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 15:19:39 +00:00
144068e270
Extend the BracketComment5 test case to cover both bracket comments and line comments starting immediately after a bracket comment closes.
12 lines
363 B
CMake
12 lines
363 B
CMake
#[[
|
|
message(FATAL_ERROR "This is commented out.")
|
|
#]] #[[
|
|
message(FATAL_ERROR "This is commented out.")
|
|
#]]#[[
|
|
message(FATAL_ERROR "This is commented out.")
|
|
#]] #message(FATAL_ERROR "This is commented out.")
|
|
#[[
|
|
message(FATAL_ERROR "This is commented out.")
|
|
#]]#message(FATAL_ERROR "This is commented out.")
|
|
message(STATUS "The above FATAL_ERROR did not occur.")
|