mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-13 07:00:49 +02:00
a select command invalid selection variable name is now a fatal error in posix mode; many test suite additions
This commit is contained in:
@@ -76,6 +76,16 @@ echo $(echo $( echo nested )
|
||||
)
|
||||
)
|
||||
|
||||
# empty comsubs, fork and nofork
|
||||
echo blank --$(
|
||||
)--
|
||||
echo blank --$()--
|
||||
|
||||
echo blank --${
|
||||
}--
|
||||
echo blank --${ }--
|
||||
|
||||
|
||||
BUILDDIR=/builds/test
|
||||
read << EOC
|
||||
Dir: ${BUILDDIR#<(echo a)/}
|
||||
|
||||
Reference in New Issue
Block a user