xref: /freebsd/contrib/bmake/unit-tests/opt-debug-cond.exp (revision c7996ddf8000cfb19a9e91a636f56747860d03d7)
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