Skip to content

Commit aaf9a05

Browse files
committed
test sorting with LC_COLLATE
1 parent e70aa46 commit aaf9a05

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/macos-script.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ python3 -m pip install -r test/requirements.txt
1515

1616
export bashcomp_bash=bash
1717
env
18+
LC_ALL=C sort <<<$'python-dev\npython3-dev'
19+
LC_COLLATE=C sort <<<$'python-dev\npython3-dev'
20+
LC_ALL=en_US.UTF-8 sort <<<$'python-dev\npython3-dev'
21+
LC_COLLATE=en_US.UTF-8 sort <<<$'python-dev\npython3-dev'
22+
1823

1924
autoreconf -i
2025
./configure

0 commit comments

Comments
 (0)