xref: /freebsd/contrib/bmake/unit-tests/varmod-hash.exp (revision edbbf26e2650e02cd3925dd1deaacf9b8fb2e2a0)
1make: 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"
526bb0f5f
612345
7make: Unknown modifier ":hasX"
8	while evaluating variable "12345" with value "12345"
9	in command "@echo ${12345:L:hasX}			# misspelled"
10	in target "step-4"
11make: 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"
15exit status 2
16