mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 23:43:35 +00:00
Test for bug in revision 1.54 of vfprintf.c.
This commit is contained in:
parent
30f445e056
commit
fadfe1d425
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113162
@ -133,6 +133,9 @@ main(int argc, char *argv[])
|
||||
testfmt("314159", "%g", 3.14159e5);
|
||||
testfmt("314159.", "%#g", 3.14159e5);
|
||||
|
||||
testfmt(" 0.0", "%4.1f", 0.0);
|
||||
testfmt(" 100", "%4.0f", 100.0);
|
||||
|
||||
printf("PASS printfloat\n");
|
||||
|
||||
return (0);
|
||||
|
Loading…
Reference in New Issue
Block a user