You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrading from 1.2.3 to 1.2.4 broke our test suite, in particular some characters are transliterated differently, breaking assertions and semver.
E.g. we test that това е текст на бълрагски за тест becomes tova-e-tekst-na-blragski-za-test which is true in 1.2.3 and false in 1.2.4.
In 1.2.4 it instead transliterates to tova-e-tekst-na-bielragski-za-test.
urlify version
in
out
1.2.3
бълрагски
blragski
1.2.4
бълрагски
bielragski
I'm sure the dependency has its reasons for doing this, but composer pulled in 1.2.4 automatically and broke out test suites, this should have been a 1.3.0 or a 2.0.0 release.
The text was updated successfully, but these errors were encountered:
Upgrading from 1.2.3 to 1.2.4 broke our test suite, in particular some characters are transliterated differently, breaking assertions and semver.
E.g. we test that
това е текст на бълрагски за тест
becomestova-e-tekst-na-blragski-za-test
which is true in 1.2.3 and false in 1.2.4.In 1.2.4 it instead transliterates to
tova-e-tekst-na-bielragski-za-test
.I'm sure the dependency has its reasons for doing this, but
composer
pulled in 1.2.4 automatically and broke out test suites, this should have been a1.3.0
or a2.0.0
release.The text was updated successfully, but these errors were encountered: