Imported from ../bash-4.0-rc1.tar.gz.
This commit is contained in:
parent
f1be666c7d
commit
3185942a52
666 changed files with 188710 additions and 54674 deletions
|
|
@ -496,6 +496,8 @@ one
|
|||
123456789
|
||||
9
|
||||
9
|
||||
4, A B C D
|
||||
2, C D
|
||||
h
|
||||
h
|
||||
--blah
|
||||
|
|
@ -515,4 +517,24 @@ argv[1] = <>
|
|||
argv[1] = <>
|
||||
argv[1] = <>
|
||||
argv[1] = <12>
|
||||
./new-exp.tests: line 560: ABXD: parameter unset
|
||||
argv[1] = <>
|
||||
argv[1] = <>
|
||||
argv[1] = </tmp/test/TEST>
|
||||
foo is a function
|
||||
foo ()
|
||||
{
|
||||
echo < <(cat x1)
|
||||
}
|
||||
foo ()
|
||||
{
|
||||
echo < <(cat x1)
|
||||
}
|
||||
bar () { echo < <(cat x1) }
|
||||
bar is a function
|
||||
bar ()
|
||||
{
|
||||
echo < <(cat x1)
|
||||
}
|
||||
argv[1] = </>
|
||||
argv[1] = </>
|
||||
./new-exp.tests: line 568: ABXD: parameter unset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue