| Current Path : /usr/tests/bin/sh/builtins/ |
| Current File : //usr/tests/bin/sh/builtins/case20.0 |
# $FreeBSD$ # 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