mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
## Summary - Fixes strings ending with colons (e.g., `"tin:"`) not being quoted in YAML.stringify output - This caused YAML.parse to fail with "Unexpected token" when parsing the output back ## Test plan - Added regression tests in `test/regression/issue/25439.test.ts` - Verified round-trip works for various strings ending with colons - Ran existing YAML tests to ensure no regressions Fixes #25439 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Bot <claude-bot@bun.sh> Co-authored-by: Claude <noreply@anthropic.com>