From 999df0baba46192f3bda1f56e5cb9128d67f5e6d Mon Sep 17 00:00:00 2001 From: Remy Suen Date: Tue, 12 Sep 2017 10:01:20 +0900 Subject: [PATCH] Improve the code coverage of the tests Signed-off-by: Remy Suen --- test/dockerSignatures.tests.ts | 1 + 1 file changed, 1 insertion(+) 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() {