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] re #361: fix parse of scalars with : and starting on the next line #378

Merged
merged 1 commit into from
Jun 6, 2023

Conversation

biojppm
Copy link
Owner

@biojppm biojppm commented Jun 6, 2023

fixes #361

@codecov
Copy link

codecov bot commented Jun 6, 2023

Codecov Report

Merging #378 (f18e711) into master (0e864cb) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #378   +/-   ##
=======================================
  Coverage   96.59%   96.59%           
=======================================
  Files          22       22           
  Lines        8155     8155           
=======================================
  Hits         7877     7877           
  Misses        278      278           
Impacted Files Coverage Δ
src/c4/yml/parse.cpp 95.95% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@biojppm biojppm merged commit 81b2685 into master Jun 6, 2023
@biojppm biojppm deleted the fix/361 branch June 6, 2023 17:27
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.

Assert while parsing valid yaml with ':' in text
1 participant