summary refs log tree commit diff
path: root/bin/1sh/tests/builtins/case15.0
blob: 71f6f55ce32ad646cd2f4da3de178f17e1fd36ef (plain) (blame)
1
2
3
4
5
# $FreeBSD: releng/12.1/bin/sh/tests/builtins/case15.0 230154 2012-01-15 20:04:05Z jilles $

case x in
`false`) exit 3 ;;
esac
td/> 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe