67a5b35892
Newlines in expectf files don't necessarily match newlines output by tests. In the case of the bug55273 test, the expectf file has unix (\n) newlines, but chunk_split() produces DOS (\r\n) newlines by default. This pattern normalizes all expected newlines to accept unix, DOS, or old-style Mac (\r) newlines.