test: allow non-blank white space in numbers
commit2709bea0f440507ac009e6e7ded453bb792d6842
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 Oct 2023 23:15:49 +0000 (28 16:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 Oct 2023 07:58:04 +0000 (30 00:58 -0700)
tree5df3a27e8b3f10997fb7389fd364378bb58087fc
parenta3ce33c106c3db936deb3bfa9784d6e53f921233
test: allow non-blank white space in numbers

* src/test.c (find_int): Use isspace, not isblank,
for compatibility with how strtol works, which
is how most other shells do this.
src/test.c