mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-14 07:30:49 +02:00
Bash-5.3-alpha release
This commit is contained in:
@@ -82,6 +82,12 @@ long_comment text after
|
||||
# comment
|
||||
comment foo bar
|
||||
|
||||
# make sure escaped newlines in alias bodies are processed correctly
|
||||
alias xx='echo line with \
|
||||
escaped newline'
|
||||
xx
|
||||
unalias xx
|
||||
|
||||
# alias ending in a tab
|
||||
alias foo="\
|
||||
echo \"bar\" \
|
||||
@@ -98,3 +104,4 @@ foo>&2
|
||||
|
||||
alias a='printf "<%s>\n" \'
|
||||
a|cat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user