fix typo
This commit is contained in:
parent
fc8df06f4f
commit
1397dabd1e
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue