1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-18 17:02:06 +03:00
kakoune/test/indent/sh/deindent-case-option/out
Simon Fowler c5dd013235 Add tests.
Probably overkill, but at least this is comprehensive . . .
2019-06-30 12:57:59 +10:00

8 lines
88 B
Plaintext

case $foo in
bar) thing1;;
baz)
thing1
thing2
;;
*)