Alias 'default_case' to 'select_case'
There's not much use in the node being a different name.
This commit is contained in:
parent
69000556d4
commit
387dc2d3ad
5 changed files with 17 additions and 74 deletions
|
|
@ -20,7 +20,7 @@ foo = select(release_variable("RELEASE_TEST"), {
|
|||
(select_case
|
||||
(interpreted_string_literal)
|
||||
(interpreted_string_literal))
|
||||
(default_case
|
||||
(select_case
|
||||
(default)
|
||||
(unset)))))
|
||||
|
||||
|
|
@ -131,7 +131,7 @@ foo = select(variant("VARIANT"), {
|
|||
(interpreted_string_literal)
|
||||
(interpreted_string_literal))
|
||||
(ERROR
|
||||
(default_case
|
||||
(select_case
|
||||
(default)
|
||||
(unset)))
|
||||
(select_case
|
||||
|
|
@ -163,7 +163,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