]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(tests): Add fail case for above.
authorUlrich Drepper <drepper@redhat.com>
Thu, 26 Feb 1998 12:42:44 +0000 (12:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 26 Feb 1998 12:42:44 +0000 (12:42 +0000)
stdlib/tst-strtod.c

index 316fff93b9fd0e626d4dde911f7147c64092706e..3cc907f2ac6df7ddade2e1909f92d665df8d60f4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1996, 1997, 1998 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -38,6 +38,7 @@ static const struct ltest tests[] =
     { "1e20", 1e20, '\0', 0 },
     { "0e-19", 0, '\0', 0 },
     { "4\00012", 4.0, '\0', 0 },
+    { "5.9e-76", 5.9e-76, '\0', 0 },
     { NULL, 0, '\0', 0 }
   };