From f3fdf2321708b04ec1a84f99e80852151a78242d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 24 May 2020 00:08:54 +0000 Subject: makefile_escaping: fix inclusions in other variables --- .github/workflows/makefile-escaping.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/makefile-escaping.yml b/.github/workflows/makefile-escaping.yml index e1a9af9..ca26e60 100644 --- a/.github/workflows/makefile-escaping.yml +++ b/.github/workflows/makefile-escaping.yml @@ -76,16 +76,22 @@ jobs: Includes ' quote Includes ' quote Includes ' quote + Outer variable - Inner variable - Includes ' quote + Outer variable - Inner variable - Includes ' quote expected_maybe_comment: |- Maybe a comment # Maybe a comment # Maybe a comment # Maybe a comment # + Outer variable - Inner variable - Maybe a comment # + Outer variable - Inner variable - Maybe a comment # expected_variable_reference: |- Variable ${reference} Variable ${reference} Variable ${reference} Variable ${reference} + Outer variable - Inner variable - Variable ${reference} + Outer variable - Inner variable - Variable ${reference} env_variables: name: Environment variables runs-on: ubuntu-18.04 @@ -107,3 +113,5 @@ jobs: Quote ' and variable ${reference} Quote ' and variable ${reference} Quote ' and variable ${reference} + Outer variable - Inner variable - Quote ' and variable ${reference} + Outer variable - Inner variable - Quote ' and variable ${reference} -- cgit v1.2.3