mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
carriage return
This commit is contained in:
parent
8816db1ff1
commit
e14904bbe3
@ -88,6 +88,9 @@ mod cli_run {
|
||||
// make paths consistent
|
||||
let err = err.replace('\\', "/");
|
||||
|
||||
// consistency with typewriters, very important
|
||||
let err = err.replace('\r', "");
|
||||
|
||||
assert_multiline_str_eq!(err.as_str(), expected);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user