flix / vscode-flix

Apache License 2.0
20 stars 23 forks source link

test: fix hover test case for new parser #407

Closed sockmaster27 closed 4 months ago

sockmaster27 commented 4 months ago

Old test introduced a file containing a parsing-error, sending the whole project into the 'broken' state. With the new parser this doesn't happen because parsing-errors are isolated (🎉). New test creates a parsing-error within the declaration of the relevant function itself.