mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03: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\(\))
|