aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/parser/heredoc16.0
blob: 84e5e02ae3e11ebba60149fe39029a6fd1f63e0c (plain) (blame)
1
2
3
4
5
6
7
8
#
read x <<EOF; case $x
value
EOF
in
	value) x=$x.extended
esac
[ "$x" = value.extended ]