test(markdown): add regression tests for mixed list markers across blank lines#9732
Conversation
…ank lines Verifies that mixed ordered delimiters (`.` vs `)`) and mixed bullet markers (`-` vs `+`) separated by blank lines produce separate lists. Closes biomejs#9729, closes biomejs#9731.
|
Merging this PR will not alter performance
Comparing Footnotes
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR adds two test cases to validate HTML rendering behaviour for list delimiters across blank lines. Test case 10005 asserts that switching ordered list delimiters from Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Note
This PR was created with AI assistance (Claude Code).
Summary
Closes #9729, closes #9731.
Adds regression tests verifying that mixed ordered delimiters (
.vs)) and mixed bullet markers (-vs+) separated by blank lines produce separate lists. The parser already handles this correctly — these tests lock in the behavior.Test Plan
just test-crate biome_markdown_parserjust test-markdown-conformance— 652/652just fjust lDocs
N/A.