xref: /freebsd/contrib/bmake/unit-tests/opt-debug-cond.exp (revision 5aa839c9e2c373275091b8bf529c1311d0b84d76)
1CondParser_Eval: ${:U12345} > ${:U55555}
2lhs = 12345.000000, rhs = 55555.000000, op = >
3CondParser_Eval: "string" != "string"
4lhs = "string", rhs = "string", op = !=
5CondParser_Eval: "nonempty"
6exit status 0
7