Bsh/tests/case/basic.sh

7 lines
78 B
Bash

case test in
te)
echo wrong;;
"test")
echo ok ;;
esac