mirror of
https://github.com/nushell/nushell
synced 2024-11-13 08:27:06 +00:00
Normalize strings for bson tests
This commit is contained in:
parent
a75c90cc42
commit
376809aa2a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ fn open_can_parse_bson_1() {
|
|||
"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]
|
||||
|
|
Loading…
Reference in a new issue