File tree Expand file tree Collapse file tree 2 files changed +188
-61
lines changed Expand file tree Collapse file tree 2 files changed +188
-61
lines changed Original file line number Diff line number Diff line change 1672
1672
"href" : " file://monkey/" ,
1673
1673
"new_value" : " \\\\ " ,
1674
1674
"expected" : {
1675
- "href" : " file://monkey/" ,
1676
- "pathname" : " /"
1675
+ "href" : " file://monkey// " ,
1676
+ "pathname" : " // "
1677
1677
}
1678
1678
},
1679
1679
{
1680
1680
"comment" : " File URLs and (back)slashes" ,
1681
1681
"href" : " file:///unicorn" ,
1682
1682
"new_value" : " //\\ /" ,
1683
1683
"expected" : {
1684
- "href" : " file:///" ,
1685
- "pathname" : " /"
1684
+ "href" : " file:////// " ,
1685
+ "pathname" : " //// "
1686
1686
}
1687
1687
},
1688
1688
{
1689
1689
"comment" : " File URLs and (back)slashes" ,
1690
1690
"href" : " file:///unicorn" ,
1691
1691
"new_value" : " //monkey/..//" ,
1692
1692
"expected" : {
1693
- "href" : " file:///" ,
1694
- "pathname" : " /"
1693
+ "href" : " file:///// " ,
1694
+ "pathname" : " /// "
1695
1695
}
1696
1696
},
1697
1697
{
You can’t perform that action at this time.
0 commit comments