]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/herestr.right
Imported from ../bash-3.1.tar.gz.
[thirdparty/bash.git] / tests / herestr.right
CommitLineData
7117c2d2
JA
1abcde
2yo
3hot damn
4what a fabulous window treatment
5double"quote
6onetwothree
7first second third
8f1 ()
9{
10 cat <<< "abcde";
11 cat <<< "yo";
12 cat <<< "$a $b";
13 cat <<< 'what a fabulous window treatment';
14 cat <<< 'double"quote'
15}
16f2 ()
17{
18 cat <<< onetwothree
19}
20f3 ()
21{
22 cat <<< "$@"
23}
24echo $(echo hi)
25echo ho
26echo off to work we go
95732b49 27declare -a uu='([0]="" [1]="kghfjk" [2]="jkfzuk" [3]="i
b80f6443 28")'