nushell/crates/nu-parser
Jakub Žádník 6ae7884786
Fix path dots expansion (#3491)
* Fix parser expanding dots where it shouldn't

Previously, the parser would expand "a...b" as "a../..b". Now, >2 dots
are only expanded when the whole path component consists of dots (i.e.,
"..." expands to "../.." while "a...b" stays as it is).

* Respect OS separator when expanding >2 dots

"..." now expands to either "../.." or "..\..", based on the host OS.
2021-05-26 20:17:18 +12:00
..
src Fix path dots expansion (#3491) 2021-05-26 20:17:18 +12:00
tests Logs and tests (#3247) 2021-04-01 17:09:33 -05:00
Cargo.toml Bump to 0.31.1 (#3411) 2021-05-12 15:06:50 +12:00