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