summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/builtins/case20.0
blob: 800afa0db9fde22cbd0152b21c9a23ba5fe08802 (plain)
1
2
3
4
5
6
7
8

# Shells do not agree about what this pattern should match, but it is
# certain that it must not crash and the missing close bracket must not
# be simply ignored.

case B in
[[:alpha:]) echo bad ;;
esac