mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 05:00:50 +02:00
commit bash-20090108 snapshot
This commit is contained in:
@@ -197,3 +197,8 @@ eof
|
||||
)
|
||||
|
||||
${THIS_SH} ./comsub-posix1.sub
|
||||
|
||||
# produced a parse error through bash-4.0-beta2
|
||||
: $(echo foo)"
|
||||
"
|
||||
|
||||
|
||||
@@ -78,6 +78,7 @@ a b a,b a-b a.b a:b a;b a_b
|
||||
a b a,b a-b a.b a:b a;b a_b
|
||||
a b a,b a-b a.b a:b a;b a_b
|
||||
argv[1] = <ef>
|
||||
a,b
|
||||
a.c
|
||||
a.c
|
||||
a.c
|
||||
|
||||
@@ -356,6 +356,11 @@ rm -rf $TESTDIR
|
||||
x=abcdef
|
||||
recho "${x#*(a|b)cd}"
|
||||
|
||||
TEST='a , b'
|
||||
shopt -s globstar
|
||||
echo ${TEST//*([[:space:]]),*([[:space:]])/,}
|
||||
shopt -u globstar
|
||||
|
||||
# this is for the benefit of pure coverage, so it writes the pcv file
|
||||
# in the right place
|
||||
builtin cd "$MYDIR"
|
||||
|
||||
+1
-2
@@ -1,6 +1,6 @@
|
||||
# test read with a timeout of 0 -- input polling
|
||||
|
||||
echo abcde | read -t 0
|
||||
echo abcde | { sleep 0.25 ; read -t 0; }
|
||||
echo $?
|
||||
|
||||
read -t 0 < $0
|
||||
@@ -8,4 +8,3 @@ echo $?
|
||||
|
||||
read -t 0
|
||||
echo $?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user