Preserve newline-separated srcset candidates (
4f9d2f4)
Vite’s parseSrcset no longer strips the first newline it encounters, which fixes cases where srcset candidates are split across lines. The added tests cover both LF and CRLF input, so newline-delimited candidates are normalized into valid space-separated output.

