Skip to content

Fix GAP-33 spec-md parse error#36

Merged
magicmark merged 1 commit into
mainfrom
fix/gap-33-build-error
May 19, 2026
Merged

Fix GAP-33 spec-md parse error#36
magicmark merged 1 commit into
mainfrom
fix/gap-33-build-error

Conversation

@magicmark
Copy link
Copy Markdown
Contributor

Summary

  • Adds a blank line (and colon) between paragraph text and the unordered list in the "Set Operations" section of GAP-33
  • The spec-md parser requires list items to be separated from preceding paragraph text by a blank line; without it, parsing fails with Expected [ \t] but "-" found at line 351

Test plan

🤖 Generated with Claude Code

The spec-md parser requires a blank line between paragraph text and
unordered list items. Without it, the parser expects whitespace but
finds `-` at the start of line 351.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@magicmark magicmark force-pushed the fix/gap-33-build-error branch from b21435f to 946f174 Compare May 19, 2026 23:49
@magicmark magicmark merged commit d790249 into main May 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant