1CondParser_Eval: ${NUMBERS:M[A-Z]*} != "One Two Three Four" 2Comparing "One Two Three Four" != "One Two Three Four" 3CondParser_Eval: ${NUMBERS:M[^A-Z]*} != "five six seven" 4Comparing "five six seven" != "five six seven" 5CondParser_Eval: ${NUMBERS:M[^s]*[ex]} != "One Three five" 6Comparing "One Three five" != "One Three five" 7CondParser_Eval: ${:U****************:M****************b} 8CondParser_Eval: ${:Ua \$ sign:M*$$*} != "\$" 9Comparing "$" != "$" 10CondParser_Eval: ${:Ua \$ sign any-asterisk:M*\$*} != "any-asterisk" 11Comparing "any-asterisk" != "any-asterisk" 12make: "varmod-match.mk" line 146: Unknown modifier "]" 13make: "varmod-match.mk" line 146: Malformed conditional (${ ${:U\:} ${:U\:\:} :L:M[:]} != ":") 14make: Fatal errors encountered -- cannot continue 15make: stopped in unit-tests 16exit status 1 17