* src/function.c (parse_textint): Fix nonzero detection.
* tests/scripts/functions/intcmp: Extend test coverage.
---
The `*p++ == '0'` test should have been `*p++ != '0'` and did not need
to be repeated for every digit anyway. By pure luck, all numbers used
in tests included a digit '0', so this
Ævar Arnfjörð Bjarmason writes:
> Aside: I found it difficult to figure out how to submit patches to
> this project. The Savannah page suggests the bug tracker, but as af
> writing (and I'm logged in, as "avar") that link appears greyed out
> in the web interface, and has a .
I added a note to th