issues
search
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
Add queries to handle parentheses
#165
Open
mrcjkb
opened
5 months ago
mrcjkb
commented
5 months ago
e.g.
it "some-test" (_)
instead of
it "some-test" $ _
.
("foo" <> "bar")
instead of
"foobar"
as a test/namespace name (this might not be possible to do reliably).
it "some-test" (_)
instead ofit "some-test" $ _
.("foo" <> "bar")
instead of"foobar"
as a test/namespace name (this might not be possible to do reliably).