xref: /freebsd/contrib/bmake/unit-tests/varmod-match.exp (revision 2e47f35be5dc61945afdbd1a70e8fd505c032c94)
1make: varmod-match.mk:289: Unfinished character list in pattern 'a[' of modifier ':M'
2	while evaluating variable "WORDS" with value "a a["
3make: varmod-match.mk:297: Unfinished character list in pattern 'a[^' of modifier ':M'
4	while evaluating variable "WORDS" with value "a a[ aX"
5make: varmod-match.mk:305: Unfinished character list in pattern '[-x1-3' of modifier ':M'
6	while evaluating variable "WORDS" with value "- + x xx 0 1 2 3 4 [x1-3"
7make: varmod-match.mk:313: Unfinished character list in pattern '*[-x1-3' of modifier ':M'
8	while evaluating variable "WORDS" with value "- + x xx 0 1 2 3 4 00 01 10 11 000 001 010 011 100 101 110 111 [x1-3"
9make: varmod-match.mk:322: Unfinished character list in pattern '[^-x1-3' of modifier ':M'
10	while evaluating variable "WORDS" with value "- + x xx 0 1 2 3 4 [x1-3"
11make: varmod-match.mk:336: Unfinished character list in pattern '?[\' of modifier ':M'
12	while evaluating variable "WORDS" with value "\\ \a x\"
13make: varmod-match.mk:344: Unfinished character range in pattern '[x-' of modifier ':M'
14	while evaluating variable "WORDS" with value "[x- x x- y"
15make: varmod-match.mk:356: Unfinished character range in pattern '[^x-' of modifier ':M'
16	while evaluating variable "WORDS" with value "[x- x x- y yyyyy"
17make: varmod-match.mk:363: Unfinished character list in pattern '[' of modifier ':M'
18	while evaluating variable " : :: " with value " : :: "
19make: varmod-match.mk:363: Unknown modifier ":]"
20	while evaluating variable " : :: " with value ""
21make: Fatal errors encountered -- cannot continue
22make: stopped in unit-tests
23exit status 1
24