nushell/crates/nu-engine/tests/evaluate/mod.rs
Leonhard Kipp fec50d8cfe
Fix bug #2921 (#2945)
* Fix bug #2921

Moving whether a range should be parsed further back, giving e.G. parsing of
invocations precedence fixes the bug

* Add test
2021-01-21 07:58:37 +13:00

3 lines
30 B
Rust

mod invocation;
mod operator;