Skip to content

fix: inline_fragment silently returning only leading whitespace when the input starts with whitespace#694

Merged
Stranger6667 merged 1 commit intomasterfrom
dd/fixnode-reparent
Apr 1, 2026
Merged

fix: inline_fragment silently returning only leading whitespace when the input starts with whitespace#694
Stranger6667 merged 1 commit intomasterfrom
dd/fixnode-reparent

Conversation

@Stranger6667
Copy link
Copy Markdown
Owner

Resolves #692

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.58%. Comparing base (f589e34) to head (341733d).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #694      +/-   ##
==========================================
- Coverage   91.59%   91.58%   -0.01%     
==========================================
  Files          17       17              
  Lines        2533     2531       -2     
==========================================
- Hits         2320     2318       -2     
  Misses        213      213              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Apr 1, 2026

Merging this PR will not alter performance

✅ 12 untouched benchmarks


Comparing dd/fixnode-reparent (341733d) with master (f589e34)

Open in CodSpeed

@Stranger6667 Stranger6667 force-pushed the dd/fixnode-reparent branch from c6e2e98 to 59cfe12 Compare April 1, 2026 18:56
…n the input starts with whitespace

Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
@Stranger6667 Stranger6667 force-pushed the dd/fixnode-reparent branch from 59cfe12 to 341733d Compare April 1, 2026 19:00
@Stranger6667 Stranger6667 merged commit 052d475 into master Apr 1, 2026
86 checks passed
@Stranger6667 Stranger6667 deleted the dd/fixnode-reparent branch April 1, 2026 19:12
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.

CssInline.inlineFragment(html, css) fails silently if html contains leading whitespace

1 participant