t/unit-tests: update clar to 49a20bf
Update clar to 49a20bf (Merge pull request #117 (closed) from pks-t/pks-integer-comparisons, 2025-12-04). This commit includes the following changes relevant to Git:
-
There are now typesafe integer comparison functions. Furthermore, the range of comparison functions has been included to also have relative comparisons, like "greater than".
-
There is a new
cl_failf()macro that allows the caller to specify an error message with formatting directives. -
The TAP format has been fixed to correctly terminate YAML blocks with "...\n" instead of "---\n".
Edited by Patrick Steinhardt