mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
update a few nushell dependencies (#6291)
* update a few nushell dependencies * update a test
This commit is contained in:
@ -24,7 +24,7 @@ impl Command for ToYaml {
|
||||
vec![Example {
|
||||
description: "Outputs an YAML string representing the contents of this table",
|
||||
example: r#"[[foo bar]; ["1" "2"]] | to yaml"#,
|
||||
result: Some(Value::test_string("---\n- foo: \"1\"\n bar: \"2\"\n")),
|
||||
result: Some(Value::test_string("- foo: '1'\n bar: '2'\n")),
|
||||
}]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user