uniconproject / unicon

http://www.unicon.org
Other
54 stars 28 forks source link

tests: Remove Windows-specific expected result files (*.wstd) #426

Closed Don-Ward closed 1 month ago

Don-Ward commented 1 month ago

In the past, the test results on Windows differed from the test results on other platforms; the differences were mostly harmless leading zeros but they led to test failures. Using the more modern UCRT libraries, these differences no longer occur.

The code to treat wstd files differently has been retained in case it is needed in the future.