revert forward slash to backslash
This commit is contained in:
parent
604f0e2743
commit
1bc8535e61
1 changed files with 1 additions and 1 deletions
|
|
@ -1235,7 +1235,7 @@ pub fn test_push() {
|
|||
tp!("foo//", "bar", r"foo//bar");
|
||||
tp!(r"foo\\", "bar", r"foo\\bar");
|
||||
tp!("foo/.", "bar", r"foo/.\bar");
|
||||
tp!("foo./.", "bar", r"foo././bar");
|
||||
tp!("foo./.", "bar", r"foo./.\bar");
|
||||
tp!(r"foo\.", "bar", r"foo\.\bar");
|
||||
tp!(r"foo.\.", "bar", r"foo.\.\bar");
|
||||
tp!("foo", "", "foo\\");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue