Change the %e tests to not check for actual string equality, but rather

Tue Oct 28 23:38:30 2003  Matthias Clasen  <maclas@gmx.de>

	* tests/printf-test.c: Change the %e tests to not check for
	actual string equality, but rather equality under g_ascii_strtod(),
	since the number of leading digits in the exponent seems to
	be not exactly prescribed by SUS.
This commit is contained in:
Matthias Clasen
2003-10-28 22:40:51 +00:00
committed by Matthias Clasen
parent 0aeb066667
commit c582b7ad60
7 changed files with 69 additions and 10 deletions

View File

@@ -1,3 +1,10 @@
Tue Oct 28 23:38:30 2003 Matthias Clasen <maclas@gmx.de>
* tests/printf-test.c: Change the %e tests to not check for
actual string equality, but rather equality under g_ascii_strtod(),
since the number of leading digits in the exponent seems to
be not exactly prescribed by SUS.
Fri Oct 24 17:09:04 2003 Owen Taylor <otaylor@redhat.com>
* === Released 2.3.0 ===