Fix Value::Record compare logic, and pass uniq tests. (#5541)

* fix record compare logic

* add more comment
This commit is contained in:
WindSoilder
2022-05-14 19:04:09 +08:00
committed by GitHub
parent 3cef94ba39
commit 16bd7b6d0d
2 changed files with 26 additions and 6 deletions

View File

@ -61,8 +61,6 @@ fn uniq_values() {
})
}
// FIXME: jt: needs more work
#[ignore]
#[test]
fn nested_json_structures() {
Playground::setup("uniq_test_3", |dirs, sandbox| {
@ -127,8 +125,6 @@ fn nested_json_structures() {
})
}
// FIXME: jt: needs more work
#[ignore]
#[test]
fn uniq_when_keys_out_of_order() {
let actual = nu!(