mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 10:12:38 +02:00
commit bash-20090903 snapshot
This commit is contained in:
@@ -35,3 +35,6 @@ argv[1] = <hello, $world>
|
||||
;foo
|
||||
argv[1] = <^I>
|
||||
argv[1] = <'A^IB'>
|
||||
hello' world
|
||||
hello world!
|
||||
hello' world!
|
||||
|
||||
@@ -114,3 +114,5 @@ args ()
|
||||
unset mytab
|
||||
recho "${mytab:-$'\t'}"
|
||||
recho "$( args $'A\tB' )"
|
||||
|
||||
${THIS_SH} ./nquote1.sub
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
set -o history
|
||||
set -H
|
||||
|
||||
echo $'hello\' world'
|
||||
echo $'hello world!'
|
||||
echo $'hello\' world!'
|
||||
Reference in New Issue
Block a user