* tests/numfmt/numfmt.pl (header-10): New test verifying that --header,
which only accepts an argument via '=', does not consume a following
operand as its value.
https://github.com/uutils/coreutils/pull/13273
Link: https://github.com/coreutils/coreutils/pull/312
{IN_PIPE=>"hello\nworld\n"},
{OUT=>"hello\nworld"}],
+ # --header takes an argument only via '=': a following operand
+ # must not be swallowed as the option's value.
+ ['header-10', '--header 7 8',
+ {OUT=>"7\n8"}],
+
## human_strtod testing