summaryrefslogtreecommitdiff
path: root/test/indent/sh/indent-block-case/out
blob: 06c64dac937d119c1de7fc87296ccc064f35051b (plain)
1
2
3
4
5
case $foo in
    bar) thing1;;
    baz)
        thing1
        thing2