Imported from ../bash-2.01.tar.gz.
This commit is contained in:
parent
ccc6cda312
commit
d166f04881
304 changed files with 14702 additions and 13012 deletions
28
tests/func.right
Normal file
28
tests/func.right
Normal file
|
@ -0,0 +1,28 @@
|
|||
a returns 5
|
||||
b returns 4
|
||||
c returns 3
|
||||
d returns 2
|
||||
in e
|
||||
e returned 25
|
||||
x is 25
|
||||
ZZ
|
||||
abcde
|
||||
defghi
|
||||
ZZ
|
||||
5
|
||||
0
|
||||
AVAR
|
||||
AVAR
|
||||
foo
|
||||
foo
|
||||
AVAR
|
||||
5
|
||||
5
|
||||
f1
|
||||
f1 ()
|
||||
{
|
||||
( return 5 );
|
||||
status=$?;
|
||||
echo $status;
|
||||
return $status
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue