diff --git a/test/dockerSignatures.tests.ts b/test/dockerSignatures.tests.ts index 583e13d..270a855 100644 --- a/test/dockerSignatures.tests.ts +++ b/test/dockerSignatures.tests.ts @@ -1241,6 +1241,7 @@ describe("Dockerfile Signature Tests", function() { it("[", function() { assertAll(compute(prefix + " ", 0, offset + 1), parameterOffset + 0); assertAll(compute(prefix + " ", 0, offset + 2), parameterOffset + 0); + assertAll(compute(prefix + " [", 0, offset + 1), parameterOffset + 0); }); it("executable", function() {