byte-physics / igortest

Igor Pro Universal Testing Framework
https://docs.byte-physics.de/igor-unit-testing-framework/
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

GenerateDimLabelDifference: Don't ignore case #443

Closed t-b closed 1 year ago

t-b commented 1 year ago

We use EqualWaves for comparison of dimension labels and that does it since forever case sensitive.

So we have to also output a difference if the labels only differ in case. Bug introduced in the initial version in 493779da (EQUAL_WAVE_WRAPPER: Work around EqualWaves dimension labels bug, 2019-03-12).

t-b commented 1 year ago

Please have a look.