mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:36:08 +02:00
Require column name(s) in sort-by (#7041)
This commit is contained in:
@ -93,7 +93,7 @@ fn detect_newlines() -> TestResult {
|
||||
#[test]
|
||||
fn case_insensitive_sort() -> TestResult {
|
||||
run_test(
|
||||
r#"[a, B, d, C, f] | sort-by -i | to json --raw"#,
|
||||
r#"[a, B, d, C, f] | sort -i | to json --raw"#,
|
||||
"[\"a\",\"B\",\"C\",\"d\",\"f\"]",
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user