Home | History | Annotate | Line # | Download | only in unit-tests
varmod-match-escape.exp revision 1.5
      1 Global:SPECIALS = \: : \\ * \*
      2 CondParser_Eval: ${SPECIALS:M${:U}\:} != ${SPECIALS:M\:${:U}}
      3 Var_Parse: ${SPECIALS:M${:U}\:} != ${SPECIALS:M\:${:U}} with VARE_UNDEFERR|VARE_WANTRES
      4 Applying ${SPECIALS:M...} to "\: : \\ * \*" (VARE_UNDEFERR|VARE_WANTRES, none, none)
      5 Var_Parse: ${:U}\: with VARE_UNDEFERR|VARE_WANTRES
      6 Applying ${:U} to "" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF)
      7 Result of ${:U} is "" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF|VEF_DEF)
      8 Pattern[SPECIALS] for [\: : \\ * \*] is [\:]
      9 ModifyWords: split "\: : \\ * \*" into 5 words
     10 VarMatch [\:] [\:]
     11 VarMatch [:] [\:]
     12 VarMatch [\\] [\:]
     13 VarMatch [*] [\:]
     14 VarMatch [\*] [\:]
     15 Result of ${SPECIALS:M${:U}\:} is ":" (VARE_UNDEFERR|VARE_WANTRES, none, none)
     16 Var_Parse: ${SPECIALS:M\:${:U}} with VARE_UNDEFERR|VARE_WANTRES
     17 Applying ${SPECIALS:M...} to "\: : \\ * \*" (VARE_UNDEFERR|VARE_WANTRES, none, none)
     18 Var_Parse: ${:U} with VARE_UNDEFERR|VARE_WANTRES
     19 Applying ${:U} to "" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF)
     20 Result of ${:U} is "" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF|VEF_DEF)
     21 Pattern[SPECIALS] for [\: : \\ * \*] is [:]
     22 ModifyWords: split "\: : \\ * \*" into 5 words
     23 VarMatch [\:] [:]
     24 VarMatch [:] [:]
     25 VarMatch [\\] [:]
     26 VarMatch [*] [:]
     27 VarMatch [\*] [:]
     28 Result of ${SPECIALS:M\:${:U}} is ":" (VARE_UNDEFERR|VARE_WANTRES, none, none)
     29 lhs = ":", rhs = ":", op = !=
     30 Global:VALUES = : :: :\:
     31 CondParser_Eval: ${VALUES:M\:${:U\:}} != ${VALUES:M${:U\:}\:}
     32 Var_Parse: ${VALUES:M\:${:U\:}} != ${VALUES:M${:U\:}\:} with VARE_UNDEFERR|VARE_WANTRES
     33 Applying ${VALUES:M...} to ": :: :\:" (VARE_UNDEFERR|VARE_WANTRES, none, none)
     34 Var_Parse: ${:U:} with VARE_UNDEFERR|VARE_WANTRES
     35 Applying ${:U} to "" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF)
     36 Result of ${:U} is "" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF|VEF_DEF)
     37 Pattern[VALUES] for [: :: :\:] is [:]
     38 ModifyWords: split ": :: :\:" into 3 words
     39 VarMatch [:] [:]
     40 VarMatch [::] [:]
     41 VarMatch [:\:] [:]
     42 Result of ${VALUES:M\:${:U\:}} is ":" (VARE_UNDEFERR|VARE_WANTRES, none, none)
     43 Var_Parse: ${VALUES:M${:U\:}\:} with VARE_UNDEFERR|VARE_WANTRES
     44 Applying ${VALUES:M...} to ": :: :\:" (VARE_UNDEFERR|VARE_WANTRES, none, none)
     45 Var_Parse: ${:U\:}\: with VARE_UNDEFERR|VARE_WANTRES
     46 Applying ${:U...} to "" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF)
     47 Result of ${:U\:} is ":" (VARE_UNDEFERR|VARE_WANTRES, none, VEF_UNDEF|VEF_DEF)
     48 Pattern[VALUES] for [: :: :\:] is [:\:]
     49 ModifyWords: split ": :: :\:" into 3 words
     50 VarMatch [:] [:\:]
     51 VarMatch [::] [:\:]
     52 VarMatch [:\:] [:\:]
     53 Result of ${VALUES:M${:U\:}\:} is "::" (VARE_UNDEFERR|VARE_WANTRES, none, none)
     54 lhs = ":", rhs = "::", op = !=
     55 make: "varmod-match-escape.mk" line 42: warning: XXX: Oops
     56 Global:.MAKEFLAGS =  -r -k -d cv -d
     57 Global:.MAKEFLAGS =  -r -k -d cv -d 0
     58 make: "varmod-match-escape.mk" line 67: Dollar followed by nothing
     59 make: Fatal errors encountered -- cannot continue
     60 make: stopped in unit-tests
     61 exit status 1
     62