mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
8ea3f236dc
Unix path::absolute: Fix leading "." component Testing leading `.` and `..` components were missing from the unix tests. This PR adds them and fixes the leading `.` case. It also fixes the test cases so that they do an exact comparison. This problem reported by ``@axetroy``