goccy / go-yaml

YAML support for the Go language
MIT License
1.12k stars 129 forks source link

fix out of range panic #467

Open AdamKorcz opened 1 month ago

AdamKorcz commented 1 month ago

Before submitting your PR, please confirm the following.

This fixes an out of range panic.

codecov-commenter commented 1 month ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

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

Project coverage is 78.77%. Comparing base (237df0e) to head (ac805ee).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #467 +/- ## ======================================= Coverage 78.77% 78.77% ======================================= Files 13 13 Lines 4004 4004 ======================================= Hits 3154 3154 Misses 591 591 Partials 259 259 ```