about summary refs log tree commit diff
path: root/stdio-common/tfformat.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-03-11 21:46:37 +0000
committerUlrich Drepper <drepper@redhat.com>2002-03-11 21:46:37 +0000
commitaad61757ebed2e5320186e35c4054740fc84c6ee (patch)
tree7961afd0f8ddbdc955c2512643e5ce15d67ebd14 /stdio-common/tfformat.c
parentdbf2de4392974dafef178b76090181148c29e276 (diff)
downloadglibc-aad61757ebed2e5320186e35c4054740fc84c6ee.tar.gz
glibc-aad61757ebed2e5320186e35c4054740fc84c6ee.tar.xz
glibc-aad61757ebed2e5320186e35c4054740fc84c6ee.zip
(sprint_doubles): A test for %F format.
Diffstat (limited to 'stdio-common/tfformat.c')
-rw-r--r--stdio-common/tfformat.c1
1 files changed, 1 insertions, 0 deletions
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 }