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 document and string #513

Merged
merged 6 commits into from
Nov 9, 2024
Merged

Fix parsing of document and string #513

merged 6 commits into from
Nov 9, 2024

Conversation

goccy
Copy link
Owner

@goccy goccy commented Nov 8, 2024

fix #374
fix #366

@codecov-commenter
Copy link

codecov-commenter commented Nov 8, 2024

⚠️ 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.10%. Comparing base (e1bab38) to head (e8674a8).

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #513      +/-   ##
==========================================
+ Coverage   79.07%   79.10%   +0.02%     
==========================================
  Files          17       17              
  Lines        6089     6096       +7     
==========================================
+ Hits         4815     4822       +7     
  Misses        963      963              
  Partials      311      311              

@goccy goccy merged commit 6b0c68e into master Nov 9, 2024
18 checks passed
@goccy goccy deleted the fix-doc branch November 9, 2024 04:00
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.

Parser returns two documents instead of one Incorrectly indented block scalar is successfully parsed
2 participants