i think i figured out why i needed to replace newl...
# github-workflows-kt
n
i think i figured out why i needed to replace newlines at some point.. i compared file content against
toYaml()
output, which has
\n
internally but the rest of the tests use raw strings which seem to use whatever system dependent linebreaks i i removed the function and made those tests also test against the raw string PS: nope.. it still fails when reading from file and comparing against raw strings..