Alias 'default_case' to 'select_case'
There's not much use in the node being a different name.
This commit is contained in:
parent
8db7b053f5
commit
e6a2757c51
5 changed files with 17 additions and 74 deletions
|
|
@ -21,7 +21,7 @@ foo = select(release_variable("RELEASE_TEST"), {
|
|||
(select_case
|
||||
(interpreted_string_literal)
|
||||
(interpreted_string_literal))
|
||||
(default_case
|
||||
(select_case
|
||||
(default)
|
||||
(unset))))))
|
||||
|
||||
|
|
@ -136,7 +136,7 @@ foo = select(variant("VARIANT"), {
|
|||
(interpreted_string_literal)
|
||||
(interpreted_string_literal))
|
||||
(ERROR
|
||||
(default_case
|
||||
(select_case
|
||||
(default)
|
||||
(unset)))
|
||||
(select_case
|
||||
|
|
@ -169,7 +169,7 @@ foo = select(variant(), {
|
|||
(select_case
|
||||
(interpreted_string_literal)
|
||||
(unset))
|
||||
(default_case
|
||||
(select_case
|
||||
(default)
|
||||
(interpreted_string_literal))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue