Fix indent/sh/deindent-after-esac test case
This commit is contained in:
parent
5c219cc743
commit
9363f98f5b
1
test/indent/sh/deindent-after-esac/cmd
Normal file
1
test/indent/sh/deindent-after-esac/cmd
Normal file
|
@ -0,0 +1 @@
|
|||
gei<ret>
|
|
@ -3,3 +3,4 @@ case $foo in
|
|||
thing1
|
||||
thing2
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -4,3 +4,4 @@ case $foo in
|
|||
thing2
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user