We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62637c1 commit 6acf8f4Copy full SHA for 6acf8f4
std/tests/path.rs
@@ -1235,7 +1235,7 @@ pub fn test_push() {
1235
tp!("foo//", "bar", r"foo//bar");
1236
tp!(r"foo\\", "bar", r"foo\\bar");
1237
tp!("foo/.", "bar", r"foo/.\bar");
1238
- tp!("foo./.", "bar", r"foo././bar");
+ tp!("foo./.", "bar", r"foo./.\bar");
1239
tp!(r"foo\.", "bar", r"foo\.\bar");
1240
tp!(r"foo.\.", "bar", r"foo.\.\bar");
1241
tp!("foo", "", "foo\\");
0 commit comments