From 53bc5a0a45add4b5315755698e3b3a664d3b1c6d Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Fri, 10 Nov 2023 21:45:06 +0100 Subject: [PATCH] Add escaping --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cd32d155..438641f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -125,7 +125,7 @@ jobs: - { name: "uml", backend: "--fakemachine-backend=uml" } test: - { name: "recipes", case: "recipes" } - - { name: "escaping", case: "escaping", variables: " -t escaped:$ba'd$gers snakes" } + - { name: "escaping", case: "escaping", variables: " -t escaped:\\$ba\\'d\\$gers\\ snakes" } - { name: "debian (amd64)", case: "debian", variables: "-t architecture:amd64" } - { name: "debian (arm64)", case: "debian", variables: "-t architecture:arm64" } - { name: "debian (armhf)", case: "debian", variables: "-t architecture:armhf" }