提交 ef1fc456 编写于 作者: J Johannes Rieken

uri - fix windows tests

上级 b8040ba3
......@@ -212,6 +212,7 @@ export default class URI {
let idx = path.indexOf(URI._slash, 2);
if (idx === -1) {
authority = path.substring(2);
path = URI._empty;
} else {
authority = path.substring(2, idx);
path = path.substring(idx);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册