]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/alias6.sub
Bash-5.2-rc4 release
[thirdparty/bash.git] / tests / alias6.sub
1 # make sure aliases that end in multibyte characters don't interfere with the
2 # space sentinel alias expansion adds; problem through bash-5.1
3 shopt -s expand_aliases
4
5 LC_ALL=en_US.UTF-8
6
7 alias a1='printf "<%s>\\n" áa'
8 a1
9
10 alias a2='printf "<%s>\\n" aá'
11 a2
12
13 unalias a1 a2