Skip to content

test: pin MIME and response render parity#13

Open
narutamaaurum wants to merge 1 commit into
AIRCentre:mainfrom
narutamaaurum:fix-4-mime-roundtrip-parity
Open

test: pin MIME and response render parity#13
narutamaaurum wants to merge 1 commit into
AIRCentre:mainfrom
narutamaaurum:fix-4-mime-roundtrip-parity

Conversation

@narutamaaurum
Copy link
Copy Markdown

@narutamaaurum narutamaaurum commented May 23, 2026

Summary

  • add one canonical fixture that is rendered through MIME"text/html", MIME"text/plain", and html_response(...).body
  • assert the HTML sink and HTTP response body are byte-identical
  • assert the plain-text sink stays HyperSignal.Element: plus the same HTML bytes
  • update the changelog note to call out the three-way parity fixture explicitly

Validation

  • Not run locally in this cron environment (julia is not installed here, and the filesystem is currently full), so this PR relies on the repo CI matrix for verification.

Closes #4

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.

Three-way MIME round-trip test (text/html ↔ text/plain ↔ HTTP.Response)

1 participant