xref: /freebsd/contrib/bmake/unit-tests/varmod-hash.exp (revision 2e47f35be5dc61945afdbd1a70e8fd505c032c94)
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