Relax ordering in 'select' cases

We shouldn't really care whether or not `default` *is* the last value...
This commit is contained in:
Bruno BELANYI 2024-04-23 14:38:32 +00:00
parent 93a71d095b
commit b2e113a821
4 changed files with 1035 additions and 1241 deletions

View file

@ -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))