changeset 52129 | f1312d0803a8 |
parent 52109 | b2e90465daf6 |
child 52285 | 323e3626929a |
--- a/tests/hghave.py Sat Oct 26 23:33:19 2024 +0200 +++ b/tests/hghave.py Sat Oct 26 13:56:46 2024 -0400 @@ -617,7 +617,7 @@ return matchoutput("pylint --help", br"[Uu]sage:[ ]+pylint", True) -@check("clang-format", "clang-format C code formatter (11 <= … < 19)") +@check("clang-format", "clang-format C code formatter (11 <= ... < 19)") def has_clang_format(): m = matchoutput('clang-format --version', br'clang-format version (\d+)') # style changed somewhere between 10.x and 11.x and after 19.