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 604f0e2 commit 1bc8535Copy full SHA for 1bc8535
library/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