forked from extern/nushell
# Description Closes https://github.com/nushell/nushell/issues/7346 # Tests + Formatting ``` > mut a = [1 2 3] > $a ++= [4 5 6] > $a [1 2 3 4 5 6] ```
This commit is contained in:
1
crates/nu-command/tests/commands/assignment/mod.rs
Normal file
1
crates/nu-command/tests/commands/assignment/mod.rs
Normal file
@ -0,0 +1 @@
|
||||
mod append_assign;
|
Reference in New Issue
Block a user