Home | History | Annotate | Line # | Download | only in unit-tests
moderrs.exp revision 1.35.2.2
      1  1.35.2.2  perseant make: Unknown modifier ":Z"
      2  1.35.2.2  perseant 	while evaluating variable "VAR" with value "TheVariable"
      3  1.35.2.2  perseant 	in command "@echo 'VAR:Z=before-${VAR:Z}-after'"
      4  1.35.2.2  perseant 	in target "mod-unknown-direct"
      5  1.35.2.2  perseant make: Unknown modifier ":Z"
      6  1.35.2.2  perseant 	while evaluating indirect modifiers "Z"
      7  1.35.2.2  perseant 	while evaluating variable "VAR" with value "TheVariable"
      8  1.35.2.2  perseant 	in command "@echo 'VAR:${MOD_UNKN}=before-${VAR:${MOD_UNKN}:inner}-after'"
      9  1.35.2.2  perseant 	in target "mod-unknown-indirect"
     10  1.35.2.2  perseant make: Unclosed expression, expecting "}" for modifier "S,V,v,"
     11  1.35.2.2  perseant 	while evaluating variable "VAR" with value "Thevariable"
     12  1.35.2.2  perseant 	in command "@echo VAR:S,V,v,=${VAR:S,V,v,"
     13  1.35.2.2  perseant 	in target "unclosed-direct"
     14  1.35.2.2  perseant make: Unclosed expression after indirect modifier, expecting "}"
     15  1.35.2.2  perseant 	while evaluating variable "VAR" with value "Thevariable"
     16  1.35.2.2  perseant 	in command "@echo VAR:${MOD_TERM},=${VAR:${MOD_S}"
     17  1.35.2.2  perseant 	in target "unclosed-indirect"
     18  1.35.2.2  perseant make: Unfinished modifier after "v", expecting ","
     19  1.35.2.2  perseant 	while evaluating indirect modifiers "S,V,v"
     20  1.35.2.2  perseant 	while evaluating variable "VAR" with value "TheVariable"
     21  1.35.2.2  perseant 	in command "-@echo "VAR:${MOD_TERM}=${VAR:${MOD_TERM}}""
     22  1.35.2.2  perseant 	in target "unfinished-indirect"
     23  1.35.2.2  perseant make: Unfinished modifier after "var}", expecting "@"
     24  1.35.2.2  perseant 	while evaluating variable "UNDEF" with value "1 2 3"
     25  1.35.2.2  perseant 	in command "@echo ${UNDEF:U1 2 3:@var}"
     26  1.35.2.2  perseant 	in target "unfinished-loop-1"
     27  1.35.2.2  perseant make: Unfinished modifier after "...}", expecting "@"
     28  1.35.2.2  perseant 	while evaluating variable "UNDEF" with value "1 2 3"
     29  1.35.2.2  perseant 	in command "@echo ${UNDEF:U1 2 3:@var (at) ...}"
     30  1.35.2.2  perseant 	in target "unfinished-loop-2"
     31       1.2    rillig 1 2 3
     32  1.35.2.2  perseant make: Unclosed expression, expecting "}" for modifier "@var@${var}}...@"
     33  1.35.2.2  perseant 	while evaluating variable "UNDEF" with value "1}... 2}... 3}..."
     34  1.35.2.2  perseant 	in command "@echo ${UNDEF:U1 2 3:@var@${var}}...@"
     35  1.35.2.2  perseant 	in target "loop-close-1"
     36       1.6    rillig 1}... 2}... 3}...
     37  1.35.2.2  perseant make: Unfinished modifier after "}", expecting "]"
     38  1.35.2.2  perseant 	while evaluating variable "UNDEF" with value "1 2 3"
     39  1.35.2.2  perseant 	in command "@echo ${UNDEF:U1 2 3:[}"
     40  1.35.2.2  perseant 	in target "words-1"
     41  1.35.2.2  perseant make: Unfinished modifier after "#}", expecting "]"
     42  1.35.2.2  perseant 	while evaluating variable "UNDEF" with value "1 2 3"
     43  1.35.2.2  perseant 	in command "@echo ${UNDEF:U1 2 3:[#}"
     44  1.35.2.2  perseant 	in target "words-2"
     45       1.4    rillig 13=
     46  1.35.2.2  perseant make: Invalid modifier ":[123451234512345123451234512345]"
     47  1.35.2.2  perseant 	while evaluating variable "UNDEF" with value "1 2 3"
     48  1.35.2.2  perseant 	in command "@echo 12345=${UNDEF:U1 2 3:[123451234512345123451234512345]:S,^$,ok,:S,^3$,ok,}"
     49  1.35.2.2  perseant 	in target "words-3"
     50  1.35.2.2  perseant make: Unfinished modifier after "echo}", expecting "!"
     51  1.35.2.2  perseant 	while evaluating variable "VARNAME" with value ""
     52  1.35.2.2  perseant 	in command "@echo ${VARNAME:!echo}"
     53  1.35.2.2  perseant 	in target "exclam-1"
     54  1.35.2.2  perseant make: Unfinished modifier after "=exclam}", expecting "!"
     55  1.35.2.2  perseant 	while evaluating variable "!" with value "!"
     56  1.35.2.2  perseant 	in command "@echo ${!:L:!=exclam}"
     57  1.35.2.2  perseant 	in target "exclam-2"
     58  1.35.2.2  perseant make: Missing delimiter for modifier ":S"
     59  1.35.2.2  perseant 	while evaluating variable "VAR" with value "TheVariable"
     60  1.35.2.2  perseant 	in command "@echo 1: ${VAR:S"
     61  1.35.2.2  perseant 	in target "mod-subst-delimiter-1"
     62  1.35.2.2  perseant make: Unfinished modifier after "", expecting ","
     63  1.35.2.2  perseant 	while evaluating variable "VAR" with value "TheVariable"
     64  1.35.2.2  perseant 	in command "@echo 2: ${VAR:S,"
     65  1.35.2.2  perseant 	in target "mod-subst-delimiter-2"
     66  1.35.2.2  perseant make: Unfinished modifier after "from", expecting ","
     67  1.35.2.2  perseant 	while evaluating variable "VAR" with value "TheVariable"
     68  1.35.2.2  perseant 	in command "@echo 3: ${VAR:S,from"
     69  1.35.2.2  perseant 	in target "mod-subst-delimiter-3"
     70  1.35.2.2  perseant make: Unfinished modifier after "", expecting ","
     71  1.35.2.2  perseant 	while evaluating variable "VAR" with value "TheVariable"
     72  1.35.2.2  perseant 	in command "@echo 4: ${VAR:S,from,"
     73  1.35.2.2  perseant 	in target "mod-subst-delimiter-4"
     74  1.35.2.2  perseant make: Unfinished modifier after "to", expecting ","
     75  1.35.2.2  perseant 	while evaluating variable "VAR" with value "TheVariable"
     76  1.35.2.2  perseant 	in command "@echo 5: ${VAR:S,from,to"
     77  1.35.2.2  perseant 	in target "mod-subst-delimiter-5"
     78  1.35.2.2  perseant make: Unclosed expression, expecting "}" for modifier "S,from,to,"
     79  1.35.2.2  perseant 	while evaluating variable "VAR" with value "TheVariable"
     80  1.35.2.2  perseant 	in command "@echo 6: ${VAR:S,from,to,"
     81  1.35.2.2  perseant 	in target "mod-subst-delimiter-6"
     82      1.21    rillig 7: TheVariable
     83  1.35.2.2  perseant make: Missing delimiter for modifier ":C"
     84  1.35.2.2  perseant 	while evaluating variable "VAR" with value "TheVariable"
     85  1.35.2.2  perseant 	in command "@echo 1: ${VAR:C"
     86  1.35.2.2  perseant 	in target "mod-regex-delimiter-1"
     87  1.35.2.2  perseant make: Unfinished modifier after "", expecting ","
     88  1.35.2.2  perseant 	while evaluating variable "VAR" with value "TheVariable"
     89  1.35.2.2  perseant 	in command "@echo 2: ${VAR:C,"
     90  1.35.2.2  perseant 	in target "mod-regex-delimiter-2"
     91  1.35.2.2  perseant make: Unfinished modifier after "from", expecting ","
     92  1.35.2.2  perseant 	while evaluating variable "VAR" with value "TheVariable"
     93  1.35.2.2  perseant 	in command "@echo 3: ${VAR:C,from"
     94  1.35.2.2  perseant 	in target "mod-regex-delimiter-3"
     95  1.35.2.2  perseant make: Unfinished modifier after "", expecting ","
     96  1.35.2.2  perseant 	while evaluating variable "VAR" with value "TheVariable"
     97  1.35.2.2  perseant 	in command "@echo 4: ${VAR:C,from,"
     98  1.35.2.2  perseant 	in target "mod-regex-delimiter-4"
     99  1.35.2.2  perseant make: Unfinished modifier after "to", expecting ","
    100  1.35.2.2  perseant 	while evaluating variable "VAR" with value "TheVariable"
    101  1.35.2.2  perseant 	in command "@echo 5: ${VAR:C,from,to"
    102  1.35.2.2  perseant 	in target "mod-regex-delimiter-5"
    103  1.35.2.2  perseant make: Unclosed expression, expecting "}" for modifier "C,from,to,"
    104  1.35.2.2  perseant 	while evaluating variable "VAR" with value "TheVariable"
    105  1.35.2.2  perseant 	in command "@echo 6: ${VAR:C,from,to,"
    106  1.35.2.2  perseant 	in target "mod-regex-delimiter-6"
    107      1.21    rillig 7: TheVariable
    108       1.8    rillig 112358132134
    109       1.8    rillig 15152535558513521534
    110  1.35.2.2  perseant make: Unknown modifier ":ts\65oct"
    111  1.35.2.2  perseant 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    112  1.35.2.2  perseant 	in command "@echo ${FIB:ts\65oct}	# bad modifier"
    113  1.35.2.2  perseant 	in target "mod-ts-parse-3"
    114  1.35.2.2  perseant make: Unknown modifier ":ts\65oct"
    115  1.35.2.2  perseant 	while evaluating "${:U${FIB}:ts\65oct} # bad modifier, variable name is """ with value "1 1 2 3 5 8 13 21 34"
    116  1.35.2.2  perseant 	in command "@echo ${:U${FIB}:ts\65oct} # bad modifier, variable name is """
    117  1.35.2.2  perseant 	in target "mod-ts-parse-4"
    118  1.35.2.2  perseant make: Unknown modifier ":tsxy"
    119  1.35.2.2  perseant 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    120  1.35.2.2  perseant 	in command "@echo ${FIB:tsxy}	# modifier too long"
    121  1.35.2.2  perseant 	in target "mod-ts-parse-5"
    122  1.35.2.2  perseant make: Unknown modifier ":t"
    123  1.35.2.2  perseant 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    124  1.35.2.2  perseant 	in command "@echo ${FIB:t"
    125  1.35.2.2  perseant 	in target "mod-t-parse-1"
    126  1.35.2.2  perseant make: Unknown modifier ":txy"
    127  1.35.2.2  perseant 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    128  1.35.2.2  perseant 	in command "@echo ${FIB:txy}"
    129  1.35.2.2  perseant 	in target "mod-t-parse-2"
    130  1.35.2.2  perseant make: Unknown modifier ":t"
    131  1.35.2.2  perseant 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    132  1.35.2.2  perseant 	in command "@echo ${FIB:t}"
    133  1.35.2.2  perseant 	in target "mod-t-parse-3"
    134  1.35.2.2  perseant make: Unknown modifier ":t"
    135  1.35.2.2  perseant 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    136  1.35.2.2  perseant 	in command "@echo ${FIB:t:M*}"
    137  1.35.2.2  perseant 	in target "mod-t-parse-4"
    138  1.35.2.2  perseant make: Unfinished modifier after "", expecting ":"
    139  1.35.2.2  perseant 	while evaluating then-branch of condition "FIB"
    140  1.35.2.2  perseant 	in command "@echo ${FIB:?"
    141  1.35.2.2  perseant 	in target "mod-ifelse-parse-1"
    142  1.35.2.2  perseant make: Unfinished modifier after "then", expecting ":"
    143  1.35.2.2  perseant 	while evaluating then-branch of condition "FIB"
    144  1.35.2.2  perseant 	in command "@echo ${FIB:?then"
    145  1.35.2.2  perseant 	in target "mod-ifelse-parse-2"
    146  1.35.2.2  perseant make: Unfinished modifier after "", expecting "}"
    147  1.35.2.2  perseant 	while evaluating else-branch of condition "FIB"
    148  1.35.2.2  perseant 	in command "@echo ${FIB:?then:"
    149  1.35.2.2  perseant 	in target "mod-ifelse-parse-3"
    150  1.35.2.2  perseant make: Unfinished modifier after "else", expecting "}"
    151  1.35.2.2  perseant 	while evaluating else-branch of condition "FIB"
    152  1.35.2.2  perseant 	in command "@echo ${FIB:?then:else"
    153  1.35.2.2  perseant 	in target "mod-ifelse-parse-4"
    154       1.8    rillig then
    155       1.8    rillig 1 1 2 3 5 8 13 21 34
    156  1.35.2.2  perseant make: Unknown modifier ":__"
    157  1.35.2.2  perseant 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    158  1.35.2.2  perseant 	in command "@echo ${FIB:__}		# modifier name too long"
    159  1.35.2.2  perseant 	in target "mod-remember-parse"
    160  1.35.2.2  perseant make: Unknown modifier ":3"
    161  1.35.2.2  perseant 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    162  1.35.2.2  perseant 	in command "@echo ${FIB:3"
    163  1.35.2.2  perseant 	in target "mod-sysv-parse-1"
    164  1.35.2.2  perseant make: Unfinished modifier after "", expecting "}"
    165  1.35.2.2  perseant 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    166  1.35.2.2  perseant 	in command "@echo ${FIB:3="
    167  1.35.2.2  perseant 	in target "mod-sysv-parse-2"
    168  1.35.2.2  perseant make: Unfinished modifier after "x3", expecting "}"
    169  1.35.2.2  perseant 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    170  1.35.2.2  perseant 	in command "@echo ${FIB:3=x3"
    171  1.35.2.2  perseant 	in target "mod-sysv-parse-3"
    172       1.8    rillig 1 1 2 x3 5 8 1x3 21 34
    173  1.35.2.2  perseant exit status 2
    174