diff options
Diffstat (limited to '.github/workflows/makefile-escaping.yml')
-rw-r--r-- | .github/workflows/makefile-escaping.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/makefile-escaping.yml b/.github/workflows/makefile-escaping.yml index 59e0e0e..2955a7e 100644 --- a/.github/workflows/makefile-escaping.yml +++ b/.github/workflows/makefile-escaping.yml @@ -24,6 +24,7 @@ jobs: Same line? Same line? + escaping_quotes: name: Escaping quotes runs-on: ubuntu-18.04 @@ -42,6 +43,7 @@ jobs: Includes ' quote bash -c 'bash -c '\''printf '\''\'\'''\''%s\n'\''\'\'''\'' '\''\'\'''\''Includes '\''\'\'''\''\'\''\'\'''\'''\''\'\'''\'' quote'\''\'\'''\'''\''' Includes ' quote + shell_output: name: Shell output runs-on: ubuntu-18.04 @@ -70,6 +72,7 @@ jobs: expected_variable_reference: |- Variable ${reference} Composite value - Simple value - Variable ${reference} + env_variables: name: Environment variables runs-on: ubuntu-18.04 |