]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/intl2.sub
Bash-4.2 direxpand with patch 21
[thirdparty/bash.git] / tests / intl2.sub
1 unset LC_ALL LC_NUMERIC
2 export LANG=de_DE.UTF-8
3 printf '%.4f\n' 1
4
5 LANG=C printf '%.4f\n' 1
6 LANG=C /usr/bin/printf '%.4f\n' 1
7
8 env LANG=C printf '%.4f\n' 1
9 (LANG=C; printf '%.4f\n' 1)
10
11 printf '%.4f\n' 1