mirror of
https://github.com/nushell/nushell.git
synced 2025-01-18 12:22:21 +01:00
Normalize strings for bson tests
This commit is contained in:
parent
a75c90cc42
commit
376809aa2a
@ -32,7 +32,7 @@ fn open_can_parse_bson_1() {
|
|||||||
"open sample.bson | nth 3 | get b | get '$javascript' | echo $it"
|
"open sample.bson | nth 3 | get b | get '$javascript' | echo $it"
|
||||||
);
|
);
|
||||||
|
|
||||||
assert_eq!(output, "let x = y");
|
assert_eq!(h::normalize_string(&output), "\"let x = y\"");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
Loading…
Reference in New Issue
Block a user