Home | History | Annotate | Line # | Download | only in unit-tests
varmod-select-words.exp revision 1.5
      1 make: in target "mod-squarebrackets-empty": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[]"
      2 LIST:[0]="one two three four five six"
      3 LIST:[0x0]="one two three four five six"
      4 LIST:[000]="one two three four five six"
      5 LIST:[*]="one two three four five six"
      6 LIST:[@]="one two three four five six"
      7 LIST:[0]:C/ /,/="one,two three four five six"
      8 LIST:[0]:C/ /,/g="one,two,three,four,five,six"
      9 LIST:[0]:C/ /,/1g="one,two,three,four,five,six"
     10 LIST:[*]:C/ /,/="one,two three four five six"
     11 LIST:[*]:C/ /,/g="one,two,three,four,five,six"
     12 LIST:[*]: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:[@]:[0]:C/ /,/="one,two three four five six"
     17 LIST:[0]:[@]:C/ /,/="one two three four five six"
     18 LIST:[@]:[*]:C/ /,/="one,two three four five six"
     19 LIST:[*]:[@]:C/ /,/="one two three four five six"
     20 EMPTY=""
     21 EMPTY:[#]="1" == 1 ?
     22 ESCAPEDSPACE="\ "
     23 ESCAPEDSPACE:[#]="1" == 1 ?
     24 REALLYSPACE=" "
     25 REALLYSPACE:[#]="1" == 1 ?
     26 LIST:[#]="6"
     27 LIST:[0]:[#]="1" == 1 ?
     28 LIST:[*]:[#]="1" == 1 ?
     29 LIST:[@]:[#]="6"
     30 LIST:[1]:[#]="1"
     31 LIST:[1..3]:[#]="3"
     32 EMPTY:[1]=""
     33 ESCAPEDSPACE="\ "
     34 ESCAPEDSPACE:[1]="\ "
     35 REALLYSPACE=" "
     36 REALLYSPACE:[1]="" == "" ?
     37 REALLYSPACE:[*]:[1]=" " == " " ?
     38 LIST:[1]="one"
     39 make: in target "mod-squarebrackets-n-error-1": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[1.]"
     40 make: in target "mod-squarebrackets-n-error-2": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[1]."
     41 LIST:[2]="two"
     42 LIST:[6]="six"
     43 LIST:[7]=""
     44 LIST:[999]=""
     45 make: in target "mod-squarebrackets-n-error-3": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[-]"
     46 make: in target "mod-squarebrackets-n-error-4": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[--]"
     47 LIST:[-1]="six"
     48 LIST:[-2]="five"
     49 LIST:[-6]="one"
     50 LIST:[-7]=""
     51 LIST:[-999]=""
     52 LONGLIST:[17]="17"
     53 LONGLIST:[0x11]="17"
     54 LONGLIST:[021]="17"
     55 LIST:[0]:[1]="one two three four five six"
     56 LIST:[*]:[1]="one two three four five six"
     57 LIST:[@]:[1]="one"
     58 LIST:[0]:[2]=""
     59 LIST:[*]:[2]=""
     60 LIST:[@]:[2]="two"
     61 LIST:[*]:C/ /,/:[2]=""
     62 LIST:[*]:C/ /,/:[*]:[2]=""
     63 LIST:[*]:C/ /,/:[@]:[2]="three"
     64 LONGLIST:[012..0x12]="10 11 12 13 14 15 16 17 18"
     65 make: in target "mod-squarebrackets-start-end-error-1": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[1.]"
     66 make: in target "mod-squarebrackets-start-end-error-2": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[1..]"
     67 make: in target "mod-squarebrackets-start-end-error-3": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[1.. ]"
     68 LIST:[1..1]="one"
     69 make: in target "mod-squarebrackets-start-end-error-4": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[1..1.]"
     70 LIST:[1..2]="one two"
     71 LIST:[2..1]="two one"
     72 LIST:[3..-2]="three four five"
     73 LIST:[-4..4]="three four"
     74 make: in target "mod-squarebrackets-start-end-error-5": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[0..1]"
     75 make: in target "mod-squarebrackets-start-end-error-6": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[-1..0]"
     76 LIST:[-1..1]="six five four three two one"
     77 LIST:[0..0]="one two three four five six"
     78 LIST:[3..99]="three four five six"
     79 LIST:[-3..-99]="four three two one"
     80 LIST:[-99..-3]="one two three four"
     81 HASH="#" == "#" ?
     82 LIST:[${HASH}]="6"
     83 LIST:[${ZERO}]="one two three four five six"
     84 LIST:[${ZERO}x${ONE}]="one"
     85 LIST:[${ONE}]="one"
     86 LIST:[${MINUSONE}]="six"
     87 LIST:[${STAR}]="one two three four five six"
     88 LIST:[${AT}]="one two three four five six"
     89 make: in target "mod-squarebrackets-nested-error-1": while evaluating variable "LIST" with value "one two three four five six": Bad modifier ":[${EMPTY"
     90 LIST:[${LONGLIST:[21]:S/2//}]="one"
     91 LIST:[${LIST:[#]}]="six"
     92 LIST:[${LIST:[${HASH}]}]="six"
     93 LIST:[  -1..   +3]="six five four three"
     94 LIST:S/ /,/="one two three four five six"
     95 LIST:S/ /,/W="one,two three four five six"
     96 LIST:S/ /,/gW="one,two,three,four,five,six"
     97 EMPTY:S/^/,/=","
     98 EMPTY:S/^/,/W=","
     99 LIST:C/ /,/="one two three four five six"
    100 LIST:C/ /,/W="one,two three four five six"
    101 LIST:C/ /,/gW="one,two,three,four,five,six"
    102 EMPTY:C/^/,/=","
    103 EMPTY:C/^/,/W=","
    104 LIST:tW="one two three four five six"
    105 LIST:tw="one two three four five six"
    106 LIST:tW:C/ /,/="one,two three four five six"
    107 LIST:tW:C/ /,/g="one,two,three,four,five,six"
    108 LIST:tW:C/ /,/1g="one,two,three,four,five,six"
    109 LIST:tw:C/ /,/="one two three four five six"
    110 LIST:tw:C/ /,/g="one two three four five six"
    111 LIST:tw:C/ /,/1g="one two three four five six"
    112 LIST:tw:tW:C/ /,/="one,two three four five six"
    113 LIST:tW:tw:C/ /,/="one two three four five six"
    114 exit status 2
    115