|
|
@@ -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"
|
|
|
- #"<angle> with space" # angle-brackets are inconsistent on windows right now
|
|
|
- #"<langle with space"
|
|
|
- #"rangle> 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"
|
|
|
+ #"<angle> w s" # angle-brackets are inconsistent on windows right now
|
|
|
+ #"<langle w s"
|
|
|
+ #"rangle> 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.
|