aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-05-30 22:29:37 +0000
committerEgor Tensin <Egor.Tensin@gmail.com>2020-05-30 22:39:58 +0000
commit57f3fc6408539a2fa53199e78195c6f1494873fe (patch)
tree0b7b69f59de92b9d9bf51dfe9c013c29928e6ac4 /.github
parentmakefile_escaping: more concise test cases (diff)
downloadblog-57f3fc6408539a2fa53199e78195c6f1494873fe.tar.gz
blog-57f3fc6408539a2fa53199e78195c6f1494873fe.zip
makefile_escaping: formatting
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/makefile-escaping.yml4
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}