aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/makefile-escaping.yml8
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}