forked from extern/nushell
219b7e64cd
Add tests for ~tilde expansion: - test that "~" is expanded (no more "~" in output) - ensure that "1~1" is not expanded to "1/home/user1" as it was before Fixes #972 Note: the first test does not check the literal expansion because the path on Windows is expanded as a Linux path, but the correct expansion may come for free once `shellexpand` will use the `dirs` crate too (https://github.com/netvl/shellexpand/issues/3). |
||
---|---|---|
.. | ||
fixtures | ||
helpers | ||
command_cd_tests.rs | ||
command_config_test.rs | ||
command_cp_tests.rs | ||
command_enter_test.rs | ||
command_get_tests.rs | ||
command_ls_tests.rs | ||
command_mkdir_tests.rs | ||
command_mv_tests.rs | ||
command_open_tests.rs | ||
command_rm_tests.rs | ||
commands_test.rs | ||
external_tests.rs | ||
filter_inc_tests.rs | ||
filter_str_tests.rs | ||
filter_where_tests.rs | ||
filters_test.rs | ||
tests.rs |