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