jfmengels / elm-review

Analyzes Elm projects, to help find mistakes before your users find them.
https://package.elm-lang.org/packages/jfmengels/elm-review/latest/
Other
252 stars 13 forks source link

Add missing test for comment visitor order #110

Closed SiriusStarr closed 2 years ago

SiriusStarr commented 2 years ago

Previously, the order of comment visitors was untested, despite being claimed to occur at a specific point in the documentation (before import visitor).

(The behavior was correct but untested.)