mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
sort: Version sort support
This commit is contained in:
parent
d4ffbe0526
commit
87455f998a
5 changed files with 35 additions and 0 deletions
4
tests/fixtures/sort/version.expected
vendored
Normal file
4
tests/fixtures/sort/version.expected
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
1.2.3-alpha
|
||||
1.2.3-alpha2
|
||||
1.12.4
|
||||
11.2.3
|
4
tests/fixtures/sort/version.txt
vendored
Normal file
4
tests/fixtures/sort/version.txt
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
11.2.3
|
||||
1.2.3-alpha2
|
||||
1.2.3-alpha
|
||||
1.12.4
|
Loading…
Add table
Add a link
Reference in a new issue