nushell/crates/nu-table/src
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
..
lib.rs color_config now accepts closures as color values (#7141) 2022-12-17 07:07:56 -06:00
nu_protocol_table.rs Fix typos by codespell (#7600) 2022-12-26 02:31:26 -05:00
table_theme.rs table -e align key to 2nd line (#6842) 2022-10-21 06:29:55 -05:00
table.rs Fix typos and use more idiomatic assertions (#7755) 2023-01-15 15:03:32 +13:00
util.rs Fix typos and use more idiomatic assertions (#7755) 2023-01-15 15:03:32 +13:00