Bram Moolenaar wrote:
> - Added a test. Please try this, I don't know if roundoff
> errors might break it.
It's a trivial issue, but test65 (floating point) disagrees with Microsoft
Visual C
MSVC 6.0.
Line 11 of test65.in is:
:$put =printf('%e', 123.456)
Corresponding result expected in test65.ok is:
1.234560e+02
However, MSVC outputs:
1.234560e+002
All other results in test65 are exactly correct.
John
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---