Skip to content

Commit f7c1f06

Browse files
Add another test case for case insensitivity on windows
1 parent 6e3d014 commit f7c1f06

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

extensions/ql-vscode/test/unit-tests/pure/files.test.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,14 @@ describe("containsPath", () => {
268268
platform: "win32",
269269
expected: true,
270270
},
271+
{
272+
parent:
273+
"C:/Users/github/projects/vscode-codeql-starter/codeql-custom-queries-javascript",
274+
child:
275+
"C:/USERS/GITHUB/PROJECTS/VSCODE-CODEQL-STARTER/CODEQL-CUSTOM-QUERIES-JAVASCRIPT/EXAMPLE.QL",
276+
platform: "win32",
277+
expected: true,
278+
},
271279
{
272280
parent:
273281
"C:/Users/github/projects/vscode-codeql-starter/codeql-custom-queries-javascript",

0 commit comments

Comments
 (0)