Imported from ../bash-3.1.tar.gz.
This commit is contained in:
parent
eb87367179
commit
95732b497d
267 changed files with 24541 additions and 18843 deletions
26
tests/dollar-star2.sub
Normal file
26
tests/dollar-star2.sub
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
set A B
|
||||
|
||||
IFS=
|
||||
|
||||
x=$*
|
||||
y="$*"
|
||||
|
||||
recho "$x"
|
||||
recho "$y"
|
||||
|
||||
IFS=$' \t\n'
|
||||
|
||||
set 'A B' 'C D'
|
||||
|
||||
IFS=
|
||||
|
||||
x=$*
|
||||
y="$*"
|
||||
|
||||
recho "$x"
|
||||
recho "$y"
|
||||
|
||||
recho $x
|
||||
recho $*
|
||||
recho $y
|
||||
recho "$*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue