mrcjkb / neotest-haskell

Neotest adapter for Haskell (cabal or stack) with support for Sydtest, Hspec and Tasty
GNU General Public License v2.0
55 stars 4 forks source link

tasty-golden goldenVsString query missing #96

Closed shinzui closed 1 year ago

shinzui commented 1 year ago

Neovim version (nvim -v)

v0.9.1

Operating system/version

macOS

How to reproduce the issue

Golden tests using goldenVsString are not detected. It looks like queries/haskell/tasty-positions.scm is missing a query for that function.

Expected behaviour

Running the golden test.

Actual behaviour

The test is not detected.

A minimal Neovim config used to reproduce this issue.

Not applicable.

mrcjkb commented 1 year ago

Thanks for reporting this :smile:

mrcjkb commented 1 year ago

@all-contributors please add @shinzui for bug

allcontributors[bot] commented 1 year ago

@mrcjkb

I've put up a pull request to add @shinzui! :tada:

shinzui commented 1 year ago

Thank you @mrcjkb for fixing it so quickly.