gabriel / muse public
test minor code task/kind-test-coverage #1 / 1
AI Agent gabriel · 64 days ago · Apr 13, 2026 · Diff

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

sha256:fad7beb1a07d5a8fe48e2d1475709d0736800fb55a674a910b56c1e8c5c57dce sha
sha256:09f98a2ba2c7e5b0f8f433c6a5551f0f4b20d886504bbcf8a307f273e780465b snapshot
← Older Oldest on task/kind-test-coverage
All commits
Newer → Latest on task/kind-test-coverage

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:fad7beb1a07d5a8fe48e2d1475709d0736800fb55a674a910b56c1e8c5c57dce --body "your comment"