Home | History | Annotate | Line # | Download | only in unit-tests
      1 make: Unknown modifier ":has"
      2 	while evaluating variable "12345" with value "12345"
      3 	in command "@echo ${12345:L:has}			# modifier name too short"
      4 	in target "step-1"
      5 26bb0f5f
      6 12345
      7 make: Unknown modifier ":hasX"
      8 	while evaluating variable "12345" with value "12345"
      9 	in command "@echo ${12345:L:hasX}			# misspelled"
     10 	in target "step-4"
     11 make: Unknown modifier ":hashed"
     12 	while evaluating variable "12345" with value "12345"
     13 	in command "@echo ${12345:L:hashed}			# modifier name too long"
     14 	in target "step-5"
     15 exit status 2
     16