Closed ararslan closed 6 years ago
This PR gets around a 0.7 failure for lowercase moving to the Unicode stdlib package, avoids a deprecation warning from versioninfo for every package tested on 0.7, and converts the tests here to use the testing framework rather than @asserts.
lowercase
versioninfo
@assert
This PR gets around a 0.7 failure for
lowercase
moving to the Unicode stdlib package, avoids a deprecation warning fromversioninfo
for every package tested on 0.7, and converts the tests here to use the testing framework rather than@assert
s.