[BACK]Return to opt-debug-cond.exp CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make / unit-tests

Annotation of src/usr.bin/make/unit-tests/opt-debug-cond.exp, Revision 1.2

1.2     ! rillig      1: CondParser_Eval: ${:U12345} > ${:U55555}
        !             2: lhs = 12345.000000, rhs = 55555.000000, op = >
        !             3: CondParser_Eval: "string" != "string"
        !             4: lhs = "string", rhs = "string", op = !=
        !             5: CondParser_Eval: "nonempty"
1.1       rillig      6: exit status 0

CVSweb <webmaster@jp.NetBSD.org>