Home | History | Annotate | Line # | Download | only in unit-tests
      1 mod-subst:
      2 :a b b c:
      3 :a b b c:
      4 : b c:
      5 :a c:
      6 :x__ 3 x__ 3:
      7 12345
      8 mod-subst-delimiter:
      9 1 two 3 horizontal tabulator
     10 1 two 3 space
     11 1 two 3 exclamation mark
     12 1 two 3 quotation mark
     13 1 two 3 number sign
     14 1 two 3 dollar sign
     15 1 two 3 percent sign
     16 1 two 3 ampersand
     17 1 two 3 apostrophe
     18 1 two 3 left parenthesis
     19 1 two 3 right parenthesis
     20 1 two 3 asterisk
     21 1 two 3 plus sign
     22 1 two 3 comma
     23 1 two 3 hyphen-minus
     24 1 two 3 full stop
     25 1 two 3 solidus
     26 1 two 3 digit
     27 1 two 3 colon
     28 1 two 3 semicolon
     29 1 two 3 less-than sign
     30 1 two 3 equals sign
     31 1 two 3 greater-than sign
     32 1 two 3 question mark
     33 1 two 3 commercial at
     34 1 two 3 capital letter
     35 1 two 3 left square bracket
     36 1 two 3 reverse solidus
     37 1 two 3 right square bracket
     38 1 two 3 circumflex accent
     39 1 two 3 low line
     40 1 two 3 grave accent
     41 1 two 3 small letter
     42 1 two 3 left curly bracket
     43 1 two 3 vertical line
     44 1 two 3 right curly bracket
     45 1 two 3 tilde
     46 mod-subst-chain:
     47 A B c.
     48 make: Unknown modifier ":i"
     49 	while evaluating "${:Uvalue:S,a,x,i}." with value "vxlue"
     50 	in command "@echo ${:Uvalue:S,a,x,i}."
     51 	in target "mod-subst-chain"
     52 mod-subst-dollar:$1:
     53 mod-subst-dollar:$2:
     54 mod-subst-dollar:$3:
     55 mod-subst-dollar:$4:
     56 mod-subst-dollar:$5:
     57 mod-subst-dollar:$6:
     58 mod-subst-dollar:$7:
     59 mod-subst-dollar:$8:
     60 mod-subst-dollar:$40:
     61 mod-subst-dollar:U8:
     62 mod-subst-dollar:$$$$:
     63 mod-subst-dollar:$$$good3
     64 exit status 2
     65