You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Motivation
Activate the remaining pending tests and give each covered behavior an
OpenSpec scenario so pending coverage is no longer hidden.
# Summary of Changes
- Added OpenSpec scenarios for alphabetic rollover,
empty-buffer/filetype activation, and additional outline nesting cases.
- Converted pending tests to active tagged tests, removing exact
duplicates during cleanup.
- Reworked brittle legacy key sequences into deterministic test steps
that match the current outline behavior.
# Testing
- `mise run test`
- `mise run openspec:check`
- `mise run test:pending`
- `mise run test:unspecified`
- `mise run fmt:check`
- `mise run lua:lint`
# Dependencies/Special Considerations
None.
0 commit comments