Relax ordering in 'select' cases
We shouldn't really care whether or not `default` *is* the last value...
This commit is contained in:
parent
93a71d095b
commit
b2e113a821
4 changed files with 1035 additions and 1241 deletions
|
|
@ -135,10 +135,9 @@ foo = select(variant("VARIANT"), {
|
|||
(select_case
|
||||
(interpreted_string_literal)
|
||||
(interpreted_string_literal))
|
||||
(ERROR
|
||||
(select_case
|
||||
(default)
|
||||
(unset)))
|
||||
(select_case
|
||||
(default)
|
||||
(unset))
|
||||
(select_case
|
||||
(interpreted_string_literal)
|
||||
(interpreted_string_literal))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue