Imported from ../bash-2.05b.tar.gz.
This commit is contained in:
parent
f73dda092b
commit
7117c2d221
362 changed files with 34387 additions and 15063 deletions
26
tests/herestr.right
Normal file
26
tests/herestr.right
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
abcde
|
||||
yo
|
||||
hot damn
|
||||
what a fabulous window treatment
|
||||
double"quote
|
||||
onetwothree
|
||||
first second third
|
||||
f1 ()
|
||||
{
|
||||
cat <<< "abcde";
|
||||
cat <<< "yo";
|
||||
cat <<< "$a $b";
|
||||
cat <<< 'what a fabulous window treatment';
|
||||
cat <<< 'double"quote'
|
||||
}
|
||||
f2 ()
|
||||
{
|
||||
cat <<< onetwothree
|
||||
}
|
||||
f3 ()
|
||||
{
|
||||
cat <<< "$@"
|
||||
}
|
||||
echo $(echo hi)
|
||||
echo ho
|
||||
echo off to work we go
|
||||
Loading…
Add table
Add a link
Reference in a new issue