mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 17:25:15 +02:00
Evaluation of command arguments (#1801)
* WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Finish adding the baseline refactors for argument invocation * Finish cleanup and add test * Add missing plugin references
This commit is contained in:
@ -37,7 +37,7 @@ fn cal_friday_the_thirteenths_in_2015() {
|
||||
"#
|
||||
));
|
||||
|
||||
assert!(actual.out.contains("3"));
|
||||
assert!(actual.out.contains('3'));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user