1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-22 11:37:10 +01:00
nushell/crates/nu-path/src
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
..
assert_path_eq.rs Path expansion no longer removes trailing slashes () 2024-05-01 17:28:54 -05:00
components.rs Path expansion no longer removes trailing slashes () 2024-05-01 17:28:54 -05:00
dots.rs Path expansion no longer removes trailing slashes () 2024-05-01 17:28:54 -05:00
expansions.rs Accept filenames in other plugin management commands () 2024-04-24 06:28:45 -05:00
helpers.rs Use XDG_CONFIG_HOME before default config directory () 2024-03-11 06:15:46 -05:00
lib.rs Path expansion no longer removes trailing slashes () 2024-05-01 17:28:54 -05:00
tilde.rs Path expansion no longer removes trailing slashes () 2024-05-01 17:28:54 -05:00