Add 'any' select pattern
This commit is contained in:
parent
2326d709fb
commit
970241b323
5 changed files with 981 additions and 916 deletions
|
|
@ -4,6 +4,7 @@ Select
|
|||
|
||||
foo = select(release_variable("RELEASE_TEST"), {
|
||||
"d": "d2",
|
||||
any: unset,
|
||||
default: unset,
|
||||
})
|
||||
|
||||
|
|
@ -23,6 +24,10 @@ foo = select(release_variable("RELEASE_TEST"), {
|
|||
(select_pattern
|
||||
(interpreted_string_literal))
|
||||
(interpreted_string_literal))
|
||||
(select_case
|
||||
(select_pattern
|
||||
(any))
|
||||
(unset))
|
||||
(select_case
|
||||
(select_pattern
|
||||
(default))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue