aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/case4.tests
blob: 63b9dfd99fd840938c93c4175f017df483e363d2 (plain)
1
2
3
4
5
6
7
8
if=if
case if in
if) echo "Keyword-like word may be in pattern";;
fi) echo "Not reached";;
# esac) echo "Not reached";; # not accepted by bash 5.2.15
do) echo "Not reached"
esac
echo Ok:$?