mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
Add to RunCMake.Syntax test comments not separated by spaces
Extend the BracketComment5 test case to cover both bracket comments and line comments starting immediately after a bracket comment closes.
This commit is contained in:
parent
1665721c28
commit
144068e270
@ -2,5 +2,10 @@
|
||||
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.")
|
||||
|
Loading…
Reference in New Issue
Block a user