diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-24 00:08:54 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-24 00:17:29 +0000 |
commit | f3fdf2321708b04ec1a84f99e80852151a78242d (patch) | |
tree | b37a817671f5cc306b7af2d74a47e5bac8a46824 /.github | |
parent | makefile_escaping: set up CI (diff) | |
download | blog-f3fdf2321708b04ec1a84f99e80852151a78242d.tar.gz blog-f3fdf2321708b04ec1a84f99e80852151a78242d.zip |
makefile_escaping: fix inclusions in other variables
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/makefile-escaping.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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} |