summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-10-23 21:20:59 (GMT)
committerBrad King <brad.king@kitware.com>2006-10-23 21:20:59 (GMT)
commit87dcfb54c446ce4916364c1f8991736ee50534d0 (patch)
tree06e6108949728f8b551e17d1684da5d63f5e98fb /Tests
parentb25629efc405b979a4f3d03aadf92d34a486e261 (diff)
downloadCMake-87dcfb54c446ce4916364c1f8991736ee50534d0.zip
CMake-87dcfb54c446ce4916364c1f8991736ee50534d0.tar.gz
CMake-87dcfb54c446ce4916364c1f8991736ee50534d0.tar.bz2
ENH: Added # character for shell escaping.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CustomCommand/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CustomCommand/CMakeLists.txt b/Tests/CustomCommand/CMakeLists.txt
index 7685031..602f69b 100644
--- a/Tests/CustomCommand/CMakeLists.txt
+++ b/Tests/CustomCommand/CMakeLists.txt
@@ -190,6 +190,8 @@ SET(CHECK_ARGS
amper&sand
@two-ats@
one@at
+ "#two-pounds#"
+ "one#pound"
"c:/posix/path/with space"
"c:\\windows\\path\\with space"
"'single quotes with space'"
@@ -209,6 +211,8 @@ SET(CHECK_ARGS
"amper&sand with space"
"@two-ats@ with space"
"one@at with space"
+ "#two-pounds# with space"
+ "one#pound with space"
)
FOREACH(arg ${CHECK_ARGS})
SET(ARG "${arg}")