Skip to content

Make char-equality in FORMAT-E tests case-insensitive

Michał Herda requested to merge mherda/ansi-test:master into master

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.

Merge request reports