nushell/crates/nu-cli/tests
Luccas Mateus 1d5518a214
Err message for sort-by invalid types now shows the mismatched types (#2366)
* make sort-by fail gracefully if mismatched types are compared

* Added a test to check if sorted-by with invalid types exists gracefully

* Linter changes

* removed redundant pattern matching

* Changed the error message

* Added a comma after every argument

* Changed the test to accomodate the new err messages

* Err message for sort-by invalid types now shows the mismatched types

* Lints problems

* Changed unwrap to expect
2020-08-18 17:37:45 +12:00
..
commands Err message for sort-by invalid types now shows the mismatched types (#2366) 2020-08-18 17:37:45 +12:00
format_conversions Renamed time units (#2356) 2020-08-16 07:03:28 +12:00
main.rs Add (near) automatic testing for command examples (#1777) 2020-05-18 08:56:01 -04:00