This commit is contained in:
Waffle Lapkin 2025-04-14 19:04:34 +02:00
parent fc8df06f4f
commit 1397dabd1e
No known key found for this signature in database

View file

@ -2383,7 +2383,7 @@ impl<'test> TestCx<'test> {
if json {
// escaped newlines in json strings should be readable
// in the stderr files. There's no point int being correct,
// in the stderr files. There's no point in being correct,
// since only humans process the stderr files.
// Thus we just turn escaped newlines back into newlines.
normalized = normalized.replace("\\n", "\n");