nvim-neotest / neotest-go

MIT License
124 stars 43 forks source link

Add support for more complex tags configuration #46

Closed Micloroc closed 7 months ago

Micloroc commented 1 year ago

I've been working on a project where every test files contains the following build constraint:

//go:build !integration || unit

With the previous implementation "||" was being considered as a tag and the command failed. This PR fixes that.