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 invalid quoted-text handling #495

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Fix invalid quoted-text handling #495

merged 1 commit into from
Oct 31, 2024

Conversation

goccy
Copy link
Owner

@goccy goccy commented Oct 31, 2024

fix #455

@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 77.77%. Comparing base (ad223ff) to head (2a9c0b0).

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #495      +/-   ##
==========================================
+ Coverage   77.67%   77.77%   +0.09%     
==========================================
  Files          18       18              
  Lines        5887     5902      +15     
==========================================
+ Hits         4573     4590      +17     
+ Misses       1039     1037       -2     
  Partials      275      275              

@goccy goccy merged commit 975a624 into master Oct 31, 2024
18 checks passed
@goccy goccy deleted the invalid-quoted-text branch October 31, 2024 13:54
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.

Tokenizer does not handle double quoted strings well
2 participants