Make char-equality in FORMAT-E tests case-insensitive
With ~E formatting, the exponent marker can be printed either in upcase or downcase - the standard does not specify the concrete case and allows both. Therefore string-equality for float numbers printed via ~E should use {STRING,CHAR}-EQUAL rather than {STRING,CHAR}=. This commit introduces this change.
Please register or sign in to comment