use reverse iter on value search (#5553)

This commit is contained in:
WindSoilder
2022-05-16 19:29:40 +08:00
committed by GitHub
parent 8bd68416e3
commit fc41a0f96b
2 changed files with 6 additions and 4 deletions

View File

@ -2,8 +2,6 @@ use nu_test_support::fs::Stub::FileWithContentToBeTrimmed;
use nu_test_support::playground::Playground;
use nu_test_support::{nu, pipeline};
// FIXME: jt: needs more work
#[ignore]
#[test]
fn row() {
Playground::setup("merge_test_1", |dirs, sandbox| {