Home | History | Annotate | Line # | Download | only in unit-tests
varmod-match.exp revision 1.3
      1 CondParser_Eval: ${NUMBERS:M[A-Z]*} != "One Two Three Four"
      2 lhs = "One Two Three Four", rhs = "One Two Three Four", op = !=
      3 CondParser_Eval: ${NUMBERS:M[^A-Z]*} != "five six seven"
      4 lhs = "five six seven", rhs = "five six seven", op = !=
      5 CondParser_Eval: ${NUMBERS:M[^s]*[ex]} != "One Three five"
      6 lhs = "One Three five", rhs = "One Three five", op = !=
      7 CondParser_Eval: ${:U****************:M****************b}
      8 CondParser_Eval: ${:Ua \$ sign:M*$$*} != "\$"
      9 lhs = "$", rhs = "$", op = !=
     10 CondParser_Eval: ${:Ua \$ sign any-asterisk:M*\$*} != "any-asterisk"
     11 lhs = "any-asterisk", rhs = "any-asterisk", op = !=
     12 exit status 0
     13