Yes. In src/modules/sprintf/testsuite.in. The test for %f only checks that the result is a string, since the actual contents is locale dependant.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2002-09-23 17:11: Subject: catch { catch { break foo; }; };
That means that sprintf("%O") and possily sprintf("%f") outputs "," instead of "." as decimal separator. Are there no real sprintf tests elsewhere?
/ Martin Nilsson (Fake Build Master)