]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/herestr.right
bash-4.4 beta release
[thirdparty/bash.git] / tests / herestr.right
1 abcde
2 yo
3 hot damn
4 what a fabulous window treatment
5 double"quote
6 onetwothree
7 first second third
8 f1 ()
9 {
10 cat <<< "abcde";
11 cat <<< "yo";
12 cat <<< "$a $b";
13 cat <<< 'what a fabulous window treatment';
14 cat <<< 'double"quote'
15 }
16 f2 ()
17 {
18 cat <<< onetwothree
19 }
20 f3 ()
21 {
22 cat <<< "$@"
23 }
24 echo $(echo hi)
25 echo ho
26 echo off to work we go
27 declare -a uu=([0]="" [1]="kghfjk" [2]="jkfzuk" [3]=$'i\n')
28 foo bar
29 foo bar
30 qux:::::bax
31 qux:::::bax