WIP(tests): Hide 'select_cases' rule
Some checks failed
ci/woodpecker/push/check Pipeline failed

It doesn't provide any more information to expose it.
This commit is contained in:
Bruno BELANYI 2024-04-09 12:49:36 +01:00
parent b04cd92189
commit ff2a9b821d
6 changed files with 76 additions and 95 deletions

View file

@ -11,9 +11,11 @@
(select_expression
")" @indent.branch)
(select_cases) @indent.begin
(select_cases
"}" @indent.branch)
; FIXME: how to fix this
; (select_expression
; "{" @indent.begin)
; (select_expression
; "}" @indent.branch)
; }}}
; Declarations {{{