Skip to content

Parser: accept leading colon in UNK node #234

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

Merged
merged 3 commits into from
Mar 21, 2022
Merged

Parser: accept leading colon in UNK node #234

merged 3 commits into from
Mar 21, 2022

Conversation

biojppm
Copy link
Owner

@biojppm biojppm commented Mar 21, 2022

fixes #233

@codecov
Copy link

codecov bot commented Mar 21, 2022

Codecov Report

Merging #234 (d5d73de) into master (213b201) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #234      +/-   ##
==========================================
- Coverage   97.10%   97.10%   -0.01%     
==========================================
  Files          77       77              
  Lines       17076    17065      -11     
==========================================
- Hits        16582    16571      -11     
  Misses        494      494              
Impacted Files Coverage Δ
src/c4/yml/parse.cpp 95.69% <100.00%> (+<0.01%) ⬆️
src/c4/yml/tree.hpp 98.65% <100.00%> (ø)
test/test_simple_map.cpp 98.42% <100.00%> (+0.06%) ⬆️
test/test_basic.cpp 96.55% <0.00%> (-0.82%) ⬇️

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 213b201...d5d73de. Read the comment docs.

@biojppm biojppm merged commit c5e6161 into master Mar 21, 2022
@biojppm biojppm deleted the fix/leading_colon branch March 21, 2022 21:46
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.

Parsing key with leading colon
1 participant