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 parsing of escaped new-line-character or white-space in double quote text #521

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

goccy
Copy link
Owner

@goccy goccy commented Nov 11, 2024

fix #344

@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 79.16%. Comparing base (7e833a2) to head (9e58f7e).

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #521      +/-   ##
==========================================
+ Coverage   79.10%   79.16%   +0.05%     
==========================================
  Files          17       17              
  Lines        6112     6129      +17     
==========================================
+ Hits         4835     4852      +17     
  Misses        965      965              
  Partials      312      312              

@goccy goccy merged commit c82f89f into master Nov 11, 2024
18 checks passed
@goccy goccy deleted the fix-double-quote-escape branch November 11, 2024 15:09
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.

Newline escape charactor (backslash) doesn't work
2 participants