blob: 9f28feddb96dea0fea63374867fae785bf032172 (
plain)
1
2
3
4
5
6
7
8
|
case:a
in b:"","#{}"
^~~~~ expected a label after the `,` in the hash pattern
^ expected a pattern expression after the key
^ expected a delimiter after the patterns of an `in` clause
^ unexpected end-of-input, assuming it is closing the parent top level context
^ expected an `end` to close the `case` statement
|