mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
f184a77fe1
This PR changes `nu_path::expand_path_with()` to no longer remove trailing slashes. It also fixes bugs in the current implementation due to ineffective tests (Fixes #12602). |
||
---|---|---|
.. | ||
fuzz_targets | ||
.gitignore | ||
Cargo.toml | ||
README.md | ||
rust-toolchain.toml |
Fuzzer for nu-path
- For detailed info, please look at cargo-fuzz
Quick start guide
- Install cargo-fuzz by
cargo install cargo-fuzz
- Make output directory
mkdir out
- Run the fuzzer with
cargo fuzz run parse out