nushell/crates/nu-path/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
..
dots.rs Fix typos by codespell (#7600) 2022-12-26 02:31:26 -05:00
expansions.rs Try not to use verbatim paths for UNC shares (#6824) 2022-10-22 11:51:52 -05:00
helpers.rs Try not to use verbatim paths for UNC shares (#6824) 2022-10-22 11:51:52 -05:00
lib.rs Allow mv multiple files at once (#6103) 2022-07-23 07:51:41 -05:00
tilde.rs Fix typos and use more idiomatic assertions (#7755) 2023-01-15 15:03:32 +13:00
util.rs Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00