denoland / deno_std

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

to-do: add missing `@std/yaml` options tests #5285

Open iuioiua opened 3 days ago

iuioiua commented 3 days ago
kt3k commented 3 days ago

One of onWarning usages is tested here https://github.com/denoland/deno_std/blob/ed1ab2684a945851c54408dc1c9b119a14b1a6c2/yaml/parse_test.ts#L646-L662

We can add similar cases to other warning paths.