提交 fc859f29 编写于 作者: R Rob Lourens

Tests for #69739

上级 f1cc2600
......@@ -659,15 +659,22 @@ suite('QueryBuilder', () => {
}]
}
],
// TODO @ rob
// [
// '../',
// {
// searchPaths: [{
// searchPath: getUri('foo/')
// }]
// }
// ]
[
'../',
{
searchPaths: [{
searchPath: getUri('/foo')
}]
}
],
[
'..\\bar',
{
searchPaths: [{
searchPath: getUri('/foo/bar')
}]
}
]
];
cases.forEach(testIncludesDataItem);
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册