Add another test case for case insensitivity on windows
This commit is contained in:
@@ -268,6 +268,14 @@ describe("containsPath", () => {
|
||||
platform: "win32",
|
||||
expected: true,
|
||||
},
|
||||
{
|
||||
parent:
|
||||
"C:/Users/github/projects/vscode-codeql-starter/codeql-custom-queries-javascript",
|
||||
child:
|
||||
"C:/USERS/GITHUB/PROJECTS/VSCODE-CODEQL-STARTER/CODEQL-CUSTOM-QUERIES-JAVASCRIPT/EXAMPLE.QL",
|
||||
platform: "win32",
|
||||
expected: true,
|
||||
},
|
||||
{
|
||||
parent:
|
||||
"C:/Users/github/projects/vscode-codeql-starter/codeql-custom-queries-javascript",
|
||||
|
||||
Reference in New Issue
Block a user