Home | History | Annotate | Line # | Download | only in unit-tests
      1 make: Invalid modifier ":[]"
      2 	while evaluating variable "LIST" with value "one two three four five six"
      3 	in command "@echo 'LIST:[]="${LIST:[]}" is an error'"
      4 	in target "mod-squarebrackets-empty"
      5 LIST:[0]="one two three four five six"
      6 LIST:[0x0]="one two three four five six"
      7 LIST:[000]="one two three four five six"
      8 LIST:[*]="one two three four five six"
      9 LIST:[@]="one two three four five six"
     10 LIST:[0]:C/ /,/="one,two three four five six"
     11 LIST:[0]:C/ /,/g="one,two,three,four,five,six"
     12 LIST:[0]:C/ /,/1g="one,two,three,four,five,six"
     13 LIST:[*]:C/ /,/="one,two three four five six"
     14 LIST:[*]:C/ /,/g="one,two,three,four,five,six"
     15 LIST:[*]:C/ /,/1g="one,two,three,four,five,six"
     16 LIST:[@]:C/ /,/="one two three four five six"
     17 LIST:[@]:C/ /,/g="one two three four five six"
     18 LIST:[@]:C/ /,/1g="one two three four five six"
     19 LIST:[@]:[0]:C/ /,/="one,two three four five six"
     20 LIST:[0]:[@]:C/ /,/="one two three four five six"
     21 LIST:[@]:[*]:C/ /,/="one,two three four five six"
     22 LIST:[*]:[@]:C/ /,/="one two three four five six"
     23 EMPTY=""
     24 EMPTY:[#]="1" == 1 ?
     25 ESCAPEDSPACE="\ "
     26 ESCAPEDSPACE:[#]="1" == 1 ?
     27 REALLYSPACE=" "
     28 REALLYSPACE:[#]="1" == 1 ?
     29 LIST:[#]="6"
     30 LIST:[0]:[#]="1" == 1 ?
     31 LIST:[*]:[#]="1" == 1 ?
     32 LIST:[@]:[#]="6"
     33 LIST:[1]:[#]="1"
     34 LIST:[1..3]:[#]="3"
     35 EMPTY:[1]=""
     36 ESCAPEDSPACE="\ "
     37 ESCAPEDSPACE:[1]="\ "
     38 REALLYSPACE=" "
     39 REALLYSPACE:[1]="" == "" ?
     40 REALLYSPACE:[*]:[1]=" " == " " ?
     41 LIST:[1]="one"
     42 make: Invalid modifier ":[1.]"
     43 	while evaluating variable "LIST" with value "one two three four five six"
     44 	in command "@echo 'LIST:[1.]="${LIST:[1.]}" is an error'"
     45 	in target "mod-squarebrackets-n-error-1"
     46 make: Extra text after "[1]"
     47 	while evaluating variable "LIST" with value "one two three four five six"
     48 	in command "@echo 'LIST:[1].="${LIST:[1].}" is an error'"
     49 	in target "mod-squarebrackets-n-error-2"
     50 LIST:[2]="two"
     51 LIST:[6]="six"
     52 LIST:[7]=""
     53 LIST:[999]=""
     54 make: Invalid modifier ":[-]"
     55 	while evaluating variable "LIST" with value "one two three four five six"
     56 	in command "@echo 'LIST:[-]="${LIST:[-]}" is an error'"
     57 	in target "mod-squarebrackets-n-error-3"
     58 make: Invalid modifier ":[--]"
     59 	while evaluating variable "LIST" with value "one two three four five six"
     60 	in command "@echo 'LIST:[--]="${LIST:[--]}" is an error'"
     61 	in target "mod-squarebrackets-n-error-4"
     62 LIST:[-1]="six"
     63 LIST:[-2]="five"
     64 LIST:[-6]="one"
     65 LIST:[-7]=""
     66 LIST:[-999]=""
     67 LONGLIST:[17]="17"
     68 LONGLIST:[0x11]="17"
     69 LONGLIST:[021]="17"
     70 LIST:[0]:[1]="one two three four five six"
     71 LIST:[*]:[1]="one two three four five six"
     72 LIST:[@]:[1]="one"
     73 LIST:[0]:[2]=""
     74 LIST:[*]:[2]=""
     75 LIST:[@]:[2]="two"
     76 LIST:[*]:C/ /,/:[2]=""
     77 LIST:[*]:C/ /,/:[*]:[2]=""
     78 LIST:[*]:C/ /,/:[@]:[2]="three"
     79 LONGLIST:[012..0x12]="10 11 12 13 14 15 16 17 18"
     80 make: Invalid modifier ":[1.]"
     81 	while evaluating variable "LIST" with value "one two three four five six"
     82 	in command "@echo 'LIST:[1.]="${LIST:[1.]}" is an error'"
     83 	in target "mod-squarebrackets-start-end-error-1"
     84 make: Invalid modifier ":[1..]"
     85 	while evaluating variable "LIST" with value "one two three four five six"
     86 	in command "@echo 'LIST:[1..]="${LIST:[1..]}" is an error'"
     87 	in target "mod-squarebrackets-start-end-error-2"
     88 make: Invalid modifier ":[1.. ]"
     89 	while evaluating variable "LIST" with value "one two three four five six"
     90 	in command "@echo 'LIST:[1.. ]="${LIST:[1.. ]}" is an error'"
     91 	in target "mod-squarebrackets-start-end-error-3"
     92 LIST:[1..1]="one"
     93 make: Invalid modifier ":[1..1.]"
     94 	while evaluating variable "LIST" with value "one two three four five six"
     95 	in command "@echo 'LIST:[1..1.]="${LIST:[1..1.]}" is an error'"
     96 	in target "mod-squarebrackets-start-end-error-4"
     97 LIST:[1..2]="one two"
     98 LIST:[2..1]="two one"
     99 LIST:[3..-2]="three four five"
    100 LIST:[-4..4]="three four"
    101 make: Invalid modifier ":[0..1]"
    102 	while evaluating variable "LIST" with value "one two three four five six"
    103 	in command "@echo 'LIST:[0..1]="${LIST:[0..1]}" is an error'"
    104 	in target "mod-squarebrackets-start-end-error-5"
    105 make: Invalid modifier ":[-1..0]"
    106 	while evaluating variable "LIST" with value "one two three four five six"
    107 	in command "@echo 'LIST:[-1..0]="${LIST:[-1..0]}" is an error'"
    108 	in target "mod-squarebrackets-start-end-error-6"
    109 LIST:[-1..1]="six five four three two one"
    110 LIST:[0..0]="one two three four five six"
    111 LIST:[3..99]="three four five six"
    112 LIST:[-3..-99]="four three two one"
    113 LIST:[-99..-3]="one two three four"
    114 HASH="#" == "#" ?
    115 LIST:[${HASH}]="6"
    116 LIST:[${ZERO}]="one two three four five six"
    117 LIST:[${ZERO}x${ONE}]="one"
    118 LIST:[${ONE}]="one"
    119 LIST:[${MINUSONE}]="six"
    120 LIST:[${STAR}]="one two three four five six"
    121 LIST:[${AT}]="one two three four five six"
    122 make: Invalid modifier ":[]"
    123 	while evaluating variable "LIST" with value "one two three four five six"
    124 	in command "@echo 'LIST:[$${EMPTY}]="${LIST:[${EMPTY}]}" is an error'"
    125 	in target "mod-squarebrackets-nested-error-1"
    126 LIST:[${LONGLIST:[21]:S/2//}]="one"
    127 LIST:[${LIST:[#]}]="six"
    128 LIST:[${LIST:[${HASH}]}]="six"
    129 LIST:[  -1..   +3]="six five four three"
    130 LIST:S/ /,/="one two three four five six"
    131 LIST:S/ /,/W="one,two three four five six"
    132 LIST:S/ /,/gW="one,two,three,four,five,six"
    133 EMPTY:S/^/,/=","
    134 EMPTY:S/^/,/W=","
    135 LIST:C/ /,/="one two three four five six"
    136 LIST:C/ /,/W="one,two three four five six"
    137 LIST:C/ /,/gW="one,two,three,four,five,six"
    138 EMPTY:C/^/,/=","
    139 EMPTY:C/^/,/W=","
    140 LIST:tW="one two three four five six"
    141 LIST:tw="one two three four five six"
    142 LIST:tW:C/ /,/="one,two three four five six"
    143 LIST:tW:C/ /,/g="one,two,three,four,five,six"
    144 LIST:tW:C/ /,/1g="one,two,three,four,five,six"
    145 LIST:tw:C/ /,/="one two three four five six"
    146 LIST:tw:C/ /,/g="one two three four five six"
    147 LIST:tw:C/ /,/1g="one two three four five six"
    148 LIST:tw:tW:C/ /,/="one,two three four five six"
    149 LIST:tW:tw:C/ /,/="one two three four five six"
    150 exit status 2
    151