nushell/crates/nu-command
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
..
assets refactor html module (#5246) 2022-04-20 08:50:14 -05:00
proptest-regressions/format_conversions add tests, deal with pipes, newlines, tabs for to nuon (#6391) 2022-09-01 14:08:19 +02:00
src Fix typos and use more idiomatic assertions (#7755) 2023-01-15 15:03:32 +13:00
tests Fix typos and use more idiomatic assertions (#7755) 2023-01-15 15:03:32 +13:00
build.rs Fix panic when building without git (#6289) 2022-08-10 10:31:12 -05:00
Cargo.toml dependency update: update polar to 0.26.1 (#7743) 2023-01-13 09:27:37 -06:00
LICENSE Include license text in all crates (#5094) 2022-04-08 10:47:13 +02:00