Formatting service does not display plus sign

Colin Adams <[email protected]> Wed, 25 Mar 2009 16:59:34 +0000
Newsgroups gmane.comp.lang.eiffel.gobo.devel
Message-ID <[email protected]>
I inherited from ST_FORMATTING_SERVICES, and called:

format ("$+G", <<ds-cell-of-double>>)

The result was formatted fine except no + sign appeared (it was a
positive number).

This looks like a bug to me - I did some debugging, and the + flag was
recognised and the boolean set accordingly.

------------------------------------------------------------------------------