fix: ci problem (#7643)

This commit is contained in:
Access 2022-12-31 20:00:35 +08:00 committed by GitHub
parent e9cc417fd5
commit ececca7ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,7 @@ fn parses_json() {
fn parses_xml() {
let actual = nu!(
cwd: "tests/fixtures/formats",
"open jonathan.xml | get rss.children.channel.children | get 0.item.children | get 3.link.children.3.0"
"open jonathan.xml | get rss.children.channel.children | get -i 0.item.children | get 3.link.children.3.0"
);
assert_eq!(