yq/pkg
StressTestor 64525c3d82 fix: skip UTF-8 BOM when processing front matter
--front-matter=process wrapped the file in a bufio.Reader without
skipping a leading UTF-8 BOM, so a BOM before the opening --- meant the
separator was not recognised and the opening --- was dropped from the
output (data loss). Skip the BOM with utfbom.Skip before wrapping the
reader, matching the CSV object decoder.
2026-06-17 21:26:33 -06:00
..
yqlib fix: skip UTF-8 BOM when processing front matter 2026-06-17 21:26:33 -06:00