elm-explorations / test

Write unit and fuzz tests for Elm code.
https://package.elm-lang.org/packages/elm-explorations/test/latest
BSD 3-Clause "New" or "Revised" License
236 stars 40 forks source link

Add textExactly Selector #209

Closed Janiczek closed 1 year ago

Janiczek commented 1 year ago

fixes #197

khrynczenko commented 1 year ago

@Janiczek what needs to be done for this to be merged?

Janiczek commented 1 year ago

@khrynczenko I'll try to ping other maintainers to give it an eye but other than that I'll try to merge it and make a release ~ on Wednesday.

lydell commented 1 year ago

I’m not a native English speaker, but is the -ly in textExactly correct? Is textExact better? 🤔 🚴

Janiczek commented 1 year ago

My thinking wasalong the lines of "Select items where the text is exactly 'foo'".

lydell commented 1 year ago

My brain instead went “this is an exact text matcher” 🤷

Janiczek commented 1 year ago

IMHO let's do either exactText or textExactly but not textExact. But I know eg. Lue wouldn't agree with me 😁 WDYT @lydell?