From 0ebe1262eeef1e4e8d5f502185da225b10d06218 Mon Sep 17 00:00:00 2001 From: Allan Guigou <34221163+AllanGuigou@users.noreply.github.com> Date: Thu, 8 Jan 2026 15:01:43 +0000 Subject: [PATCH] Add case to completion tests --- languageservice/src/complete.expressions.test.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/languageservice/src/complete.expressions.test.ts b/languageservice/src/complete.expressions.test.ts index 3496b1e..f1bf8f5 100644 --- a/languageservice/src/complete.expressions.test.ts +++ b/languageservice/src/complete.expressions.test.ts @@ -74,6 +74,7 @@ describe("expressions", () => { "github", "inputs", "vars", + "case", "contains", "endsWith", "format", @@ -114,6 +115,7 @@ describe("expressions", () => { "github", "inputs", "vars", + "case", "contains", "endsWith", "format", @@ -132,6 +134,7 @@ describe("expressions", () => { "github", "inputs", "vars", + "case", "contains", "endsWith", "format", @@ -150,6 +153,7 @@ describe("expressions", () => { "github", "inputs", "vars", + "case", "contains", "endsWith", "format", @@ -168,6 +172,7 @@ describe("expressions", () => { "github", "inputs", "vars", + "case", "contains", "endsWith", "format", @@ -186,6 +191,7 @@ describe("expressions", () => { "github", "inputs", "vars", + "case", "contains", "endsWith", "format", @@ -1139,6 +1145,7 @@ jobs: "steps", "strategy", "vars", + "case", "contains", "endsWith", "format",