Closed Kopilov closed 2 years ago
Also some dependencies were upgraded and library version was bumped from 0.17.2 to 0.17.4-SNAPSHOT. 0.17.3 release is currently out of master branch, should we merge it?
Thanks for the PR. I clearly see the need that it should work with different locals, but shouldn't we stick to one local in the tests to keep it simple?
OK, let it be kept simple now. In future, may be, it would be better to separate all human-readable tests and run them with different locales in CI.
Hello! I like this library and want to use and improve it. At first, I have made tests working on my workstation. My PC has locale
ru_RU.UTF-8
by default, but tests have some cases on human-readable output that currently work only withen_US.UTF-8
(may be, this is your) orC.UTF-8
(default in GitHub Actions CI)