denoland / deno_std

The Deno Standard Library
https://jsr.io/@std
MIT License
2.83k stars 581 forks source link

test(yaml): test anchor and alias handling of `parse()` #5190

Closed kt3k closed 3 days ago

kt3k commented 4 days ago

This PR adds test cases of anchor and alias handling of parse.

part of #3713

codecov[bot] commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.28%. Comparing base (26914ff) to head (b3a7e38).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5190 +/- ## ========================================== + Coverage 94.15% 94.28% +0.12% ========================================== Files 468 468 Lines 37873 37873 Branches 5469 5485 +16 ========================================== + Hits 35658 35707 +49 + Misses 2176 2128 -48 + Partials 39 38 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.