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
test(index): fix review-round-2 gaps in locate helper tests
- Use require.True (not assert.True) before b[off] indexing in
TestLinkCloseOffset: assert continues on failure, causing a panic
on the immediately following b[-1] index if the offset is -1.
- Add third duplicate heading to TestHeadingInfo to exercise the
disambiguation counter beyond c==1 (verifies "alpha-2" suffix).
- Add bare-dash case to TestListItemValue to document that " -"
does not match piListItemRE (contrast with frontMatterListItem).
- Remove section-separator comment (CLAUDE.md: no "what" comments).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017DMVDTLs2U9kcVMEyLNZgK
0 commit comments