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 escape character in double-quote #562

Merged
merged 1 commit into from
Dec 1, 2024
Merged

Fix escape character in double-quote #562

merged 1 commit into from
Dec 1, 2024

Conversation

goccy
Copy link
Owner

@goccy goccy commented Dec 1, 2024

fix #561

@codecov-commenter
Copy link

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

Codecov Report

Attention: Patch coverage is 95.23810% with 2 lines in your changes missing coverage. Please review.

Project coverage is 77.31%. Comparing base (f4ccce9) to head (cc09683).

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #562      +/-   ##
==========================================
+ Coverage   76.95%   77.31%   +0.35%     
==========================================
  Files          21       21              
  Lines        7429     7440      +11     
==========================================
+ Hits         5717     5752      +35     
+ Misses       1314     1290      -24     
  Partials      398      398              

@goccy goccy merged commit bf03d4d into master Dec 1, 2024
19 checks passed
@goccy goccy deleted the fix-escape-sequence branch December 1, 2024 12:26
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.

Unsupported escaped characters \a and \/
2 participants