cond-token-plain.exp revision 1.2 1 CondParser_Eval: ${:Uvalue} != value
2 lhs = "value", rhs = "value", op = !=
3 CondParser_Eval: ${:U} != "
4 lhs = "", rhs = "", op = !=
5 CondParser_Eval: ${:U#hash} != "#hash"
6 lhs = "#hash", rhs = "#hash", op = !=
7 CondParser_Eval: ${:U\\} != "\\
8 lhs = "\", rhs = "\", op = !=
9 CondParser_Eval: ${:U#hash} != #hash
10 lhs = "#hash", rhs = "#hash", op = !=
11 CondParser_Eval: 0 # This is treated as a comment, but why?
12 CondParser_Eval: ${0 # comment :?yes:no} != no
13 CondParser_Eval: 0 # comment
14 lhs = "no", rhs = "no", op = !=
15 CondParser_Eval: ${1 # comment :?yes:no} != yes
16 CondParser_Eval: 1 # comment
17 lhs = "yes", rhs = "yes", op = !=
18 exit status 0
19