xref: /freebsd/bin/sh/tests/builtins/case20.0 (revision 214e3e09b3381e44bf5d9c1dcd19c4b1b923a796)
1
2# Shells do not agree about what this pattern should match, but it is
3# certain that it must not crash and the missing close bracket must not
4# be simply ignored.
5
6case B in
7[[:alpha:]) echo bad ;;
8esac
9