elm-community / string-extra

String helper functions for Elm.
http://package.elm-lang.org/packages/elm-community/string-extra/latest
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

Added new feature for remove accents. Added test to remove accents #18

Closed Bernardoow closed 7 years ago

Bernardoow commented 7 years ago

I just create a new feature for remove accents. For some work I need cleaner string.

Maybe it can be useful for community.

Bernardoow commented 7 years ago

I don't know why check fails.

prikhi commented 7 years ago

Make sure you're running the tests locally w/ elm-test 0.18.5

Bernardoow commented 7 years ago

We need to update test of this package because with lasted version of elm-test the check fails. With elm-test@0.18.0 it's run and pass in test.

lorenzo commented 7 years ago

Great job! Thanks for your contribution :)