coreutils/tests
Jeffrey Finkelstein 2ac5dc0a70 seq: compute correct width for scientific notation
Change the way `seq` computes the number of digits needed to print a
number so that it works for inputs given in scientific notation.
Specifically, this commit parses the input string to determine whether
it is an integer, a float in decimal notation, or a float in scientific
notation, and then computes the number of integral digits and the number
of fractional digits based on that. This also supports floating point
negative zero, expressed in both decimal and scientific notation.
2021-09-17 23:49:54 -04:00
..
benches/factor refactor ~ cargo make format 2021-05-31 08:23:58 -05:00
by-util seq: compute correct width for scientific notation 2021-09-17 23:49:54 -04:00
common Add to the spell ignore list 2021-09-13 12:29:28 +02:00
fixtures wc: Do a chunked read with proper UTF-8 handling 2021-08-26 01:38:16 +02:00
test_util_name.rs test_util_name: symlink the xecutable instead of copying 2021-08-20 00:20:56 +02:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00