]> Kevux Git Server - rit/commit
t/unit-tests: demonstrate use of integer comparison assertions
authorPatrick Steinhardt <ps@pks.im>
Sat, 6 Dec 2025 11:47:33 +0000 (12:47 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Dec 2025 22:25:16 +0000 (07:25 +0900)
commit2e53d29f53e2a4c6bb5b9f8f3169c178e5ef62a0
tree4cd1075ca968bce5c77c530c41585ecae0e69566
parentd5e4aef3586c07c31e3e4d76ce7fdf0f9843314f
t/unit-tests: demonstrate use of integer comparison assertions

The clar project has introduced a couple of new assertions that perform
relative integer comparisons, like "greater than" or "less or equal".
Adapt the reftable-record unit tests to demonstrate their usage.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/unit-tests/u-reftable-record.c