]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/alias6.sub
bash-5.2 distribution sources and documentation
[thirdparty/bash.git] / tests / alias6.sub
CommitLineData
74091dd4
CR
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
3shopt -s expand_aliases
4
5LC_ALL=en_US.UTF-8
6
7alias a1='printf "<%s>\\n" áa'
8a1
9
10alias a2='printf "<%s>\\n" aá'
11a2
12
13unalias a1 a2