diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-30 22:29:37 +0000 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-30 22:39:58 +0000 |
commit | 57f3fc6408539a2fa53199e78195c6f1494873fe (patch) | |
tree | 0b7b69f59de92b9d9bf51dfe9c013c29928e6ac4 /.github | |
parent | makefile_escaping: more concise test cases (diff) | |
download | blog-57f3fc6408539a2fa53199e78195c6f1494873fe.tar.gz blog-57f3fc6408539a2fa53199e78195c6f1494873fe.zip |
makefile_escaping: formatting
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/makefile-escaping.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/makefile-escaping.yml b/.github/workflows/makefile-escaping.yml index e2dbf6c..9c8df3b 100644 --- a/.github/workflows/makefile-escaping.yml +++ b/.github/workflows/makefile-escaping.yml @@ -87,8 +87,8 @@ jobs: diff <( echo "$expected_overridden" ) <( make -f escaping_env_vars.mk test test_var="Quote ' "'and variable ${reference}' ) env: expected_default: |- - New simple value (in test_var) - Composite value - New simple value - New simple value (in test_var) + New simple value in test_var + Composite value - New simple value - New simple value in test_var expected_tricky: |- Quote ' and variable ${reference} Composite value - New simple value - Quote ' and variable ${reference} |