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] ensure ref-looking scalars are quoted #156

Merged
merged 7 commits into from
Sep 16, 2021
Merged

[fix] ensure ref-looking scalars are quoted #156

merged 7 commits into from
Sep 16, 2021

Conversation

biojppm
Copy link
Owner

@biojppm biojppm commented Sep 8, 2021

fixes #151

@codecov
Copy link

codecov bot commented Sep 16, 2021

Codecov Report

Merging #156 (7570eff) into master (ecc32d5) will increase coverage by 0.23%.
The diff coverage is 99.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
+ Coverage   95.97%   96.20%   +0.23%     
==========================================
  Files          63       63              
  Lines       11997    12232     +235     
==========================================
+ Hits        11514    11768     +254     
+ Misses        483      464      -19     
Impacted Files Coverage Δ
src/c4/yml/parse.hpp 98.55% <ø> (ø)
test/test_double_quoted.cpp 100.00% <ø> (ø)
test/test_plain_scalar.cpp 100.00% <ø> (ø)
test/test_simple_doc.cpp 100.00% <ø> (ø)
test/test_single_quoted.cpp 100.00% <ø> (ø)
src/c4/yml/tree.hpp 98.85% <88.23%> (-0.56%) ⬇️
src/c4/yml/emit.def.hpp 96.08% <100.00%> (+2.89%) ⬆️
src/c4/yml/emit.hpp 100.00% <100.00%> (ø)
src/c4/yml/node.hpp 97.61% <100.00%> (+0.11%) ⬆️
src/c4/yml/parse.cpp 92.64% <100.00%> (+0.63%) ⬆️
... and 4 more

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 ecc32d5...7570eff. Read the comment docs.

@biojppm biojppm merged commit 39f5acb into master Sep 16, 2021
@biojppm biojppm deleted the issue151 branch September 16, 2021 14:05
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.

Scalars beginning with * are emitted as invalid yaml
2 participants