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] parse error with folded scalars that are the last in a container #157

Merged
merged 3 commits into from
Sep 15, 2021

Conversation

biojppm
Copy link
Owner

@biojppm biojppm commented Sep 8, 2021

fixes #152

@codecov
Copy link

codecov bot commented Sep 15, 2021

Codecov Report

Merging #157 (0c99390) into master (1daa5ca) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #157      +/-   ##
==========================================
+ Coverage   95.95%   95.97%   +0.01%     
==========================================
  Files          63       63              
  Lines       11954    11997      +43     
==========================================
+ Hits        11471    11514      +43     
  Misses        483      483              
Impacted Files Coverage Δ
src/c4/yml/parse.hpp 98.55% <ø> (ø)
src/c4/yml/parse.cpp 92.00% <100.00%> (+0.06%) ⬆️
test/test_block_folded.cpp 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1daa5ca...0c99390. Read the comment docs.

@biojppm biojppm merged commit ecc32d5 into master Sep 15, 2021
@biojppm biojppm deleted the issue152 branch September 15, 2021 21:10
@biojppm biojppm changed the title [fix] parse error with multi-line scalars that are the last in a sequence [fix] parse error with multi-line scalars that are the last in a container Sep 15, 2021
@biojppm biojppm changed the title [fix] parse error with multi-line scalars that are the last in a container [fix] parse error with folded scalars that are the last in a container Sep 15, 2021
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.

Multi-line scalars that are the last in a sequence result in a parse error.
1 participant