Skip to content
  • Michał Herda's avatar
    Make char-equality in FORMAT-E tests case-insensitive · f72a59e1
    Michał Herda authored
    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.
    f72a59e1