From aad61757ebed2e5320186e35c4054740fc84c6ee Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 11 Mar 2002 21:46:37 +0000 Subject: (sprint_doubles): A test for %F format. --- stdio-common/tfformat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdio-common') diff --git a/stdio-common/tfformat.c b/stdio-common/tfformat.c index 8e138a2ada..ea7365b2c9 100644 --- a/stdio-common/tfformat.c +++ b/stdio-common/tfformat.c @@ -4011,6 +4011,7 @@ sprint_double_type sprint_doubles[] = {__LINE__, 11.75, "11.8", "%.1f"}, {__LINE__, 16, "0x1.0p+4", "%.1a"}, {__LINE__, 16, "0x1.00000000000000000000p+4", "%.20a"}, + {__LINE__, 4444.88888888, "4445", "%2.F"}, {0 } -- cgit v1.2.3