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 missing `|> Query.fromHtml` to doc example of `Selector.containing` #172

Closed marc136 closed 2 years ago

marc136 commented 3 years ago

This is just a minimal change where the documentation code example was missing Query.fromHtml and did not work because of that.

See https://package.elm-lang.org/packages/elm-explorations/test/1.2.2/Test-Html-Selector#containing