From 57f3fc6408539a2fa53199e78195c6f1494873fe Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 30 May 2020 22:29:37 +0000 Subject: makefile_escaping: formatting --- .github/workflows/makefile-escaping.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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} -- cgit v1.2.3