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)
Previous text:
2002-09-23 17:09: Subject: catch { catch { break foo; }; };
Make verify on Linux/PPC succeeded apart from the following:
Doing tests in tlib/modules/Tools.pmod/testsuite (1 tests) Error: ({ /* 3 elements */ "a=2.0;", "2,000000", "2.000000" }) Error: ({ /* 3 elements */ "i;", "Image.Image( 0 x 0 /* 0,0Kb */)", "Image.Image( 0 x 0 /* 0.0Kb */)" })
Failed tests: 2.
which I'm unsure how to interpret, but it's probably not related to F_ESCAPE_CATCH at all.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)