1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-14 13:25:47 +02:00
Files
nushell/crates/nu-engine/tests/evaluate/mod.rs
JT 16faafb7a8 Rename the use of invocation to subexpression ()
* Rename the use of invocation to subexpression

* Fix test name
2021-06-07 20:08:35 +12:00

4 lines
48 B
Rust

mod operator;
mod subexpression;
mod variables;