nushell/crates/nu-command/src/viewers
Anton 7221eb7f39
Fix typos and use more idiomatic assertions (#7755)
I have changed `assert!(a == b)` calls to `assert_eq!(a, b)`, which give
better error messages. Similarly for `assert!(a != b)` and
`assert_ne!(a, b)`. Basically all instances were comparing primitives
(string slices or integers), so there is no loss of generality from
special-case macros,

I have also fixed a number of typos in comments, variable names, and a
few user-facing messages.
2023-01-15 15:03:32 +13:00
..
explore.rs Fix generated doc for explore commands (#7723) 2023-01-11 11:17:12 +08:00
griddle.rs Make get hole errors and cell path hole errors identical (improvement on #7002) (#7647) 2023-01-02 14:45:43 -08:00
icons.rs replace lazy_static with once_cell (#7502) 2022-12-17 10:30:04 -08:00
mod.rs [MVP][WIP] less like pager (#6984) 2022-12-01 09:32:10 -06:00
table.rs Fix typos and use more idiomatic assertions (#7755) 2023-01-15 15:03:32 +13:00