mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
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\(\))
|