1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-04 14:40:43 +02:00
nushell/crates/nu-path/fuzz
YizhePKU f184a77fe1
Path expansion no longer removes trailing slashes ()
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 ).
2024-05-01 17:28:54 -05:00
..
fuzz_targets Path expansion no longer removes trailing slashes () 2024-05-01 17:28:54 -05:00
.gitignore
Cargo.toml
README.md
rust-toolchain.toml

Fuzzer for nu-path

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