Skip to content

Conversation

@miketheman
Copy link
Contributor

Instead of stripping out the newlines characters, leading to mangled content when rendering full contents, provide a space instead.

Fixes #186

Instead of stripping out the newlines characters, leading to mangled
content when rendering full contents, provide a space instead.

Fixes Guts#186

Signed-off-by: Mike Fiedler <[email protected]>
@github-actions github-actions bot added the quality Tests, project resiliency, etc. label Aug 19, 2025
@sonarqubecloud
Copy link

@miketheman
Copy link
Contributor Author

Instead of adding another test, I extended the existing test for unlimited content configuration.

Copy link
Owner

@Guts Guts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM!

@codecov
Copy link

codecov bot commented Sep 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.70%. Comparing base (376a32c) to head (2fff07e).
⚠️ Report is 27 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #378      +/-   ##
==========================================
- Coverage   81.73%   81.70%   -0.03%     
==========================================
  Files          11       11              
  Lines         750      749       -1     
  Branches      124      124              
==========================================
- Hits          613      612       -1     
  Misses         95       95              
  Partials       42       42              
Flag Coverage Δ
unittests 81.70% <100.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
mkdocs_rss_plugin/plugin.py 90.64% <100.00%> (-0.07%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Guts Guts merged commit c9d0e7c into Guts:main Sep 9, 2025
10 checks passed
@Guts Guts self-assigned this Sep 9, 2025
@miketheman miketheman deleted the miketheman/186-newlines-to-spaces branch September 9, 2025 11:47
@Guts Guts added the bug Something isn't working label Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working quality Tests, project resiliency, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mangled descriptions without pretty-printing

2 participants