mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 06:28:41 +02:00
Rename the use of invocation to subexpression (#3568)
* Rename the use of invocation to subexpression * Fix test name
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
mod invocation;
|
||||
mod operator;
|
||||
mod subexpression;
|
||||
mod variables;
|
||||
|
@ -1,7 +1,7 @@
|
||||
use nu_test_support::nu;
|
||||
|
||||
#[test]
|
||||
fn test_parse_invocation_with_range() {
|
||||
fn test_parse_subexpression_with_range() {
|
||||
let actual = nu!(
|
||||
cwd: ".",
|
||||
r#"
|
Reference in New Issue
Block a user