mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
8640e52979
Add an Escape1 test case covering \-escape cases inside bracket, quoted, and unquoted arguments. Also cover comments immediately after quoted and unquoted arguments on lines containing \# escapes.
4 lines
109 B
CMake
4 lines
109 B
CMake
message([[\#]] \#[[ \#]] "#[[]]" x#comment
|
|
"\#\\\"\n\$\@\^\;\ \t\(\)"#comment
|
|
\#\\\"\n\$\@\^\;\ \t\(\))
|