lexical-lsp / lexical

Lexical is a next-generation elixir language server
781 stars 77 forks source link

Fix: Non-string test names crash exunit indexer #676

Closed scohen closed 3 months ago

scohen commented 3 months ago

We had a test case that was auto-generating tests, and the unquote crashed the exunit indexer because the test name wasn't a literal string.

This change ignores such tests Fixes #675