File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
specification/configuration Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -159,11 +159,11 @@ export STRING_VALUE="value"
159159export BOOL_VALUE=" true"
160160export INT_VALUE=" 1"
161161export FLOAT_VALUE=" 1.1"
162- export HEX_VALUE=" 0xdeadbeef" # A valid integer value (i.e. 3735928559) written in hexadecimal
163- export INVALID_MAP_VALUE=" value\nkey:value" # An invalid attempt to inject a map key into the YAML
164- export DO_NOT_REPLACE_ME=" Never use this value" # An unused environment variable
165- export REPLACE_ME=' ${DO_NOT_REPLACE_ME}' # A valid replacement text, used verbatim, not replaced with "Never use this value"
166- export VALUE_WITH_ESCAPE=' value$$' # A valid replacement text, used verbatim, not replaced with "Never use this value"
162+ export HEX_VALUE=" 0xdeadbeef" # A valid integer value (i.e. 3735928559) written in hexadecimal
163+ export INVALID_MAP_VALUE=" value\nkey:value" # An invalid attempt to inject a map key into the YAML
164+ export DO_NOT_REPLACE_ME=" Never use this value" # An unused environment variable
165+ export REPLACE_ME=' ${DO_NOT_REPLACE_ME}' # A valid replacement text, used verbatim, not replaced with "Never use this value"
166+ export VALUE_WITH_ESCAPE=' value$$' # A valid variable substituted without escaping
167167```
168168
169169| YAML - input | YAML - post substitution | Resolved Tag URI | Notes |
You can’t perform that action at this time.
0 commit comments