Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix trailing new line chars handling #507

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Fix trailing new line chars handling #507

merged 1 commit into from
Nov 6, 2024

Conversation

goccy
Copy link
Owner

@goccy goccy commented Nov 6, 2024

fix #406

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.86%. Comparing base (7edcf34) to head (d0e138c).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #507      +/-   ##
==========================================
+ Coverage   76.82%   76.86%   +0.03%     
==========================================
  Files          18       18              
  Lines        6197     6206       +9     
==========================================
+ Hits         4761     4770       +9     
  Misses       1123     1123              
  Partials      313      313              

@goccy goccy merged commit 29b57b4 into master Nov 6, 2024
18 checks passed
@goccy goccy deleted the fix-406 branch November 6, 2024 03:48
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.

Trailing new lines are added to literal strings
2 participants