Skip to content

Conversation

@satyaij6
Copy link

Description

This PR clarifies the reason why the CommonMark roundtrip tests are currently skipped.

The previous comment indicated that the tests “need more investigation” without explaining the nature of the issue. Based on initial investigation, the failures are due to known whitespace and normalization differences in Markdown → AST → Markdown transformations, rather than semantic errors.

This improves test readability and helps future contributors understand the limitation without re-investigating it.


Changes

  • Replaced vague TODO comment with a clear explanation of the normalization issue.
  • Updated the skipped test name to make the reason visible in test output.

Notes

  • Documentation-only update.
  • No functional or behavioral changes.
  • All tests pass with expected skips.

Related Issue


Checklist

  • Changes are limited in scope and non-breaking
  • Commit messages follow project conventions
  • Tests run successfully

Signed-off-by: satyaij6 <satyainjamuri7@gmail.com>
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