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
|
@ -55,3 +55,9 @@ recho \$"hello, $world"
|
|||
|
||||
expect '<hello, chet>'
|
||||
recho $"hello, $world"
|
||||
|
||||
z=$'\v\f\a\b'
|
||||
case "$z" in
|
||||
$'\v\f\a\b') echo ok;;
|
||||
*) echo bad;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue