Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/make/unit-tests/varmod-match-escape.exp,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/make/unit-tests/varmod-match-escape.exp,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/usr.bin/make/unit-tests/varmod-match-escape.exp 2021/03/15 15:39:13 1.8 +++ src/usr.bin/make/unit-tests/varmod-match-escape.exp 2021/04/03 22:02:59 1.9 @@ -1,10 +1,10 @@ Global:SPECIALS = \: : \\ * \* CondParser_Eval: ${SPECIALS:M${:U}\:} != ${SPECIALS:M\:${:U}} Var_Parse: ${SPECIALS:M${:U}\:} != ${SPECIALS:M\:${:U}} (eval-defined) -Applying ${SPECIALS:M...} to "\: : \\ * \*" (eval-defined, none, regular) +Applying ${SPECIALS:M...} to "\: : \\ * \*" (eval-defined, regular) Var_Parse: ${:U}\: (eval-defined) -Applying ${:U} to "" (eval-defined, none, undefined) -Result of ${:U} is "" (eval-defined, none, defined) +Applying ${:U} to "" (eval-defined, undefined) +Result of ${:U} is "" (eval-defined, defined) Pattern[SPECIALS] for [\: : \\ * \*] is [\:] ModifyWords: split "\: : \\ * \*" into 5 words VarMatch [\:] [\:] @@ -12,12 +12,12 @@ VarMatch [:] [\:] VarMatch [\\] [\:] VarMatch [*] [\:] VarMatch [\*] [\:] -Result of ${SPECIALS:M${:U}\:} is ":" (eval-defined, none, regular) +Result of ${SPECIALS:M${:U}\:} is ":" (eval-defined, regular) Var_Parse: ${SPECIALS:M\:${:U}} (eval-defined) -Applying ${SPECIALS:M...} to "\: : \\ * \*" (eval-defined, none, regular) +Applying ${SPECIALS:M...} to "\: : \\ * \*" (eval-defined, regular) Var_Parse: ${:U} (eval-defined) -Applying ${:U} to "" (eval-defined, none, undefined) -Result of ${:U} is "" (eval-defined, none, defined) +Applying ${:U} to "" (eval-defined, undefined) +Result of ${:U} is "" (eval-defined, defined) Pattern[SPECIALS] for [\: : \\ * \*] is [:] ModifyWords: split "\: : \\ * \*" into 5 words VarMatch [\:] [:] @@ -25,32 +25,32 @@ VarMatch [:] [:] VarMatch [\\] [:] VarMatch [*] [:] VarMatch [\*] [:] -Result of ${SPECIALS:M\:${:U}} is ":" (eval-defined, none, regular) +Result of ${SPECIALS:M\:${:U}} is ":" (eval-defined, regular) lhs = ":", rhs = ":", op = != Global:VALUES = : :: :\: CondParser_Eval: ${VALUES:M\:${:U\:}} != ${VALUES:M${:U\:}\:} Var_Parse: ${VALUES:M\:${:U\:}} != ${VALUES:M${:U\:}\:} (eval-defined) -Applying ${VALUES:M...} to ": :: :\:" (eval-defined, none, regular) +Applying ${VALUES:M...} to ": :: :\:" (eval-defined, regular) Var_Parse: ${:U:} (eval-defined) -Applying ${:U} to "" (eval-defined, none, undefined) -Result of ${:U} is "" (eval-defined, none, defined) +Applying ${:U} to "" (eval-defined, undefined) +Result of ${:U} is "" (eval-defined, defined) Pattern[VALUES] for [: :: :\:] is [:] ModifyWords: split ": :: :\:" into 3 words VarMatch [:] [:] VarMatch [::] [:] VarMatch [:\:] [:] -Result of ${VALUES:M\:${:U\:}} is ":" (eval-defined, none, regular) +Result of ${VALUES:M\:${:U\:}} is ":" (eval-defined, regular) Var_Parse: ${VALUES:M${:U\:}\:} (eval-defined) -Applying ${VALUES:M...} to ": :: :\:" (eval-defined, none, regular) +Applying ${VALUES:M...} to ": :: :\:" (eval-defined, regular) Var_Parse: ${:U\:}\: (eval-defined) -Applying ${:U...} to "" (eval-defined, none, undefined) -Result of ${:U\:} is ":" (eval-defined, none, defined) +Applying ${:U...} to "" (eval-defined, undefined) +Result of ${:U\:} is ":" (eval-defined, defined) Pattern[VALUES] for [: :: :\:] is [:\:] ModifyWords: split ": :: :\:" into 3 words VarMatch [:] [:\:] VarMatch [::] [:\:] VarMatch [:\:] [:\:] -Result of ${VALUES:M${:U\:}\:} is "::" (eval-defined, none, regular) +Result of ${VALUES:M${:U\:}\:} is "::" (eval-defined, regular) lhs = ":", rhs = "::", op = != make: "varmod-match-escape.mk" line 42: warning: XXX: Oops Global:.MAKEFLAGS = -r -k -d cv -d