mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 16:03:17 +02:00
Allow update to also insert (#610)
This commit is contained in:
@ -192,3 +192,8 @@ fn select() -> TestResult {
|
||||
"b",
|
||||
)
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn update_will_insert() -> TestResult {
|
||||
run_test(r#"{} | update a b | get a"#, "b")
|
||||
}
|
||||
|
Reference in New Issue
Block a user