test(code): close all SymbolKind kind-assertion gaps
Every new kind added in the SymbolKind expansion now has at least one explicit == assertion, not just an existence check:
interface — TS, Go, Java, C# (4 assertions) type_alias — TS, Go (2 assertions) enum — TS, Rust, Java, C#, C (5 assertions) struct — Go, Rust, C#, C (4 assertions) trait — Rust (1 assertion) namespace — TS (1 assertion) module — Ruby (1 assertion) object — Kotlin (1 assertion) mixin — SCSS (1 assertion) rule — CSS/SCSS (7 assertions)
Also added: - CSS @supports and @layer extraction tests - C# enum kind test (was entirely missing) - C enum kind test (existing test checked existence only) - C# interface + struct kind assertions (existing test checked existence only)
215 passed, 0 failed
0 comments
muse hub commit comment sha256:fad7beb1a07d5a8fe48e2d1475709d0736800fb55a674a910b56c1e8c5c57dce --body "your comment"
No comments yet. Be the first to start the discussion.