]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/comsub-posix3.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / comsub-posix3.sub
CommitLineData
495aee44
CR
1# parsing errors before bash-4.2
2
3a=$(/bin/cat << EOF | wc -l
4a
5b
6c
7EOF
8)
9
10a=$(cat << EOF | wc -l
11a
12b
13c
14EOF
15)
16
17a=$(/bin/cat << EOF
18a
19b
20c
21EOF
22)