Ensure that pushing empty path works as before
Fixes: https://github.com/rust-lang/rust/issues/89658
This commit is contained in:
@@ -1271,6 +1271,7 @@ pub fn test_push() {
|
||||
tp!(r"\\?\A:\x\y", "/foo", r"\\?\A:\foo");
|
||||
tp!(r"\\?\A:", r"..\foo\.", r"\\?\A:\foo");
|
||||
tp!(r"\\?\A:\x\y", r".\foo\.", r"\\?\A:\x\y\foo");
|
||||
tp!(r"\\?\A:\x\y", r"", r"\\?\A:\x\y\");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user