mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-20 14:11:14 -03:00
This fixes #9321 IEEE Std 1003.1-2017 Issue 6 added optional error condition [EINVAL] for if no conversion could be performed. Switch back to wcstoimax/wcstoumax: do not work around the old FreeBSD 8 issue. Add a test for printf '%d %d' 1 2 3