From 9bfb3cacbb154733e1cd31fa27e31d812fa26dc9 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 18 May 2007 09:33:59 -0400 Subject: BUG: Replace "with space" in custom command argument tests with "w s" to still have whitespace but be shorter. The test was failing because the custom command line length was simply too long for the VS IDE. --- Tests/CustomCommand/CMakeLists.txt | 92 +++++++++++++++++++------------------- 1 file changed, 46 insertions(+), 46 deletions(-) diff --git a/Tests/CustomCommand/CMakeLists.txt b/Tests/CustomCommand/CMakeLists.txt index 53b27c5..01d1dad 100644 --- a/Tests/CustomCommand/CMakeLists.txt +++ b/Tests/CustomCommand/CMakeLists.txt @@ -257,52 +257,52 @@ SET(CHECK_ARGS "single'quote with space" "\"double-quotes with space\"" "double\"quote with space" - "\\;semi-colons with space\\;" - "semi\\;colon with space" - "`back-ticks` with space" - "back`tick with space" - "(parens) with space" - "(lparen with space" - "rparen) with space" - "{curly} with space" - "{lcurly with space" - "rcurly} with space" - #" with space" # angle-brackets are inconsistent on windows right now - #" with space" - "[square] with space" - "[lsquare with space" # these have funny behavior due to special cases for - "rsquare] with space" # windows registry value names in list expansion - "$dollar-signs$ with space" - "dollar$sign with space" - "&ersands& with space" - "one&ersand with space" - "@two-ats@ with space" - "one@at with space" - "~two-tilda~ with space" - "one~tilda with space" - "^two-carrots^ with space" - "one^carrot with space" - "%two-percents% with space" - "one%percent with space" - "!two-exclamations! with space" - "one!exclamation with space" - "*two-stars* with space" - "one*star with space" - "=two+equals= with space" - "one=equals with space" - "_two-underscores_ with space" - "one_underscore with space" - "?two-questions? with space" - "one?question with space" - ",two-commas, with space" - "one,comma with space" - ".two-periods. with space" - "one.period with space" - "|two-pipes| with space" - "one|pipe with space" - "#two-pounds# with space" - "one#pound with space" + "\\;semi-colons w s\\;" + "semi\\;colon w s" + "`back-ticks` w s" + "back`tick w s" + "(parens) w s" + "(lparen w s" + "rparen) w s" + "{curly} w s" + "{lcurly w s" + "rcurly} w s" + #" w s" # angle-brackets are inconsistent on windows right now + #" w s" + "[square] w s" + "[lsquare w s" # these have funny behavior due to special cases for + "rsquare] w s" # windows registry value names in list expansion + "$dollar-signs$ w s" + "dollar$sign w s" + "&ersands& w s" + "one&ersand w s" + "@two-ats@ w s" + "one@at w s" + "~two-tilda~ w s" + "one~tilda w s" + "^two-carrots^ w s" + "one^carrot w s" + "%two-percents% w s" + "one%percent w s" + "!two-exclamations! w s" + "one!exclamation w s" + "*two-stars* w s" + "one*star w s" + "=two+equals= w s" + "one=equals w s" + "_two-underscores_ w s" + "one_underscore w s" + "?two-questions? w s" + "one?question w s" + ",two-commas, w s" + "one,comma w s" + ".two-periods. w s" + "one.period w s" + "|two-pipes| w s" + "one|pipe w s" + "#two-pounds# w s" + "one#pound w s" ~ ` ! @ \# $ % ^ & _ - + = | : "\;" \" ' , . ? "(" ")" { } [] # < > << >> &> 2>&1 1>&2 # \\ # Need to test last to avoid ; escape in list. -- cgit v0.12