nushell/crates/nu-cli/tests
Kevin Del Castillo 846a779516
Fix cd'ing to symlinked directories (#1651)
* fix: absolutize path against its parent if it was a symlink.

On Linux this happens because Rust calls readlink but doesn't canonicalize the resultant path.

* feat: playground function to create symlinks

* fix: use playground dirs

* feat: test for #1631, shift tests names
2020-04-25 18:09:00 +12:00
..
commands Fix cd'ing to symlinked directories (#1651) 2020-04-25 18:09:00 +12:00
format_conversions Add experimental new parser (#1554) 2020-04-06 19:16:14 +12:00
main.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00