mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Another batch of command tests (#4496)
* Add a batch of command tests * More tests
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
use nu_test_support::{nu, pipeline};
|
||||
|
||||
// FIXME: jt: needs more work
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn counter_clockwise() {
|
||||
let table = pipeline(
|
||||
@ -34,7 +32,7 @@ fn counter_clockwise() {
|
||||
let actual = nu!(
|
||||
cwd: ".",
|
||||
format!("{} | {}", table, pipeline(r#"
|
||||
rotate counter-clockwise
|
||||
rotate --ccw
|
||||
| where Column0 == EXPECTED
|
||||
| get Column1 Column2 Column3
|
||||
| str collect "-"
|
||||
|
Reference in New Issue
Block a user