mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge branch 'master' into pr
This commit is contained in:
commit
bc1870c0a7
352 changed files with 58309 additions and 7742 deletions
1
tests/fixtures/base32/input-simple.txt
vendored
Normal file
1
tests/fixtures/base32/input-simple.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
Hello, World!
|
1
tests/fixtures/base64/input-simple.txt
vendored
Normal file
1
tests/fixtures/base64/input-simple.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
Hello, World!
|
0
tests/fixtures/cat/empty.txt
vendored
Normal file
0
tests/fixtures/cat/empty.txt
vendored
Normal file
5
tests/fixtures/cat/three_directories_and_file_and_stdin.stderr.expected
vendored
Normal file
5
tests/fixtures/cat/three_directories_and_file_and_stdin.stderr.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
cat: test_directory3/test_directory4: Is a directory
|
||||
cat: filewhichdoesnotexist.txt: No such file or directory (os error 2)
|
||||
cat: test_directory3/test_directory5: Is a directory
|
||||
cat: test_directory3/../test_directory3/test_directory5: Is a directory
|
||||
cat: test_directory3: Is a directory
|
0
tests/fixtures/head/emptyfile.txt
vendored
Normal file
0
tests/fixtures/head/emptyfile.txt
vendored
Normal file
3
tests/fixtures/install/helloworld.rs
vendored
Normal file
3
tests/fixtures/install/helloworld.rs
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
fn main() {
|
||||
println!("Hello World!");
|
||||
}
|
BIN
tests/fixtures/install/helloworld_linux
vendored
Executable file
BIN
tests/fixtures/install/helloworld_linux
vendored
Executable file
Binary file not shown.
BIN
tests/fixtures/install/helloworld_macos
vendored
Executable file
BIN
tests/fixtures/install/helloworld_macos
vendored
Executable file
Binary file not shown.
200
tests/fixtures/sort/default_unsorted_ints.expected.debug
vendored
Normal file
200
tests/fixtures/sort/default_unsorted_ints.expected.debug
vendored
Normal file
|
@ -0,0 +1,200 @@
|
|||
1
|
||||
_
|
||||
10
|
||||
__
|
||||
100
|
||||
___
|
||||
11
|
||||
__
|
||||
12
|
||||
__
|
||||
13
|
||||
__
|
||||
14
|
||||
__
|
||||
15
|
||||
__
|
||||
16
|
||||
__
|
||||
17
|
||||
__
|
||||
18
|
||||
__
|
||||
19
|
||||
__
|
||||
2
|
||||
_
|
||||
20
|
||||
__
|
||||
21
|
||||
__
|
||||
22
|
||||
__
|
||||
23
|
||||
__
|
||||
24
|
||||
__
|
||||
25
|
||||
__
|
||||
26
|
||||
__
|
||||
27
|
||||
__
|
||||
28
|
||||
__
|
||||
29
|
||||
__
|
||||
3
|
||||
_
|
||||
30
|
||||
__
|
||||
31
|
||||
__
|
||||
32
|
||||
__
|
||||
33
|
||||
__
|
||||
34
|
||||
__
|
||||
35
|
||||
__
|
||||
36
|
||||
__
|
||||
37
|
||||
__
|
||||
38
|
||||
__
|
||||
39
|
||||
__
|
||||
4
|
||||
_
|
||||
40
|
||||
__
|
||||
41
|
||||
__
|
||||
42
|
||||
__
|
||||
43
|
||||
__
|
||||
44
|
||||
__
|
||||
45
|
||||
__
|
||||
46
|
||||
__
|
||||
47
|
||||
__
|
||||
48
|
||||
__
|
||||
49
|
||||
__
|
||||
5
|
||||
_
|
||||
50
|
||||
__
|
||||
51
|
||||
__
|
||||
52
|
||||
__
|
||||
53
|
||||
__
|
||||
54
|
||||
__
|
||||
55
|
||||
__
|
||||
56
|
||||
__
|
||||
57
|
||||
__
|
||||
58
|
||||
__
|
||||
59
|
||||
__
|
||||
6
|
||||
_
|
||||
60
|
||||
__
|
||||
61
|
||||
__
|
||||
62
|
||||
__
|
||||
63
|
||||
__
|
||||
64
|
||||
__
|
||||
65
|
||||
__
|
||||
66
|
||||
__
|
||||
67
|
||||
__
|
||||
68
|
||||
__
|
||||
69
|
||||
__
|
||||
7
|
||||
_
|
||||
70
|
||||
__
|
||||
71
|
||||
__
|
||||
72
|
||||
__
|
||||
73
|
||||
__
|
||||
74
|
||||
__
|
||||
75
|
||||
__
|
||||
76
|
||||
__
|
||||
77
|
||||
__
|
||||
78
|
||||
__
|
||||
79
|
||||
__
|
||||
8
|
||||
_
|
||||
80
|
||||
__
|
||||
81
|
||||
__
|
||||
82
|
||||
__
|
||||
83
|
||||
__
|
||||
84
|
||||
__
|
||||
85
|
||||
__
|
||||
86
|
||||
__
|
||||
87
|
||||
__
|
||||
88
|
||||
__
|
||||
89
|
||||
__
|
||||
9
|
||||
_
|
||||
90
|
||||
__
|
||||
91
|
||||
__
|
||||
92
|
||||
__
|
||||
93
|
||||
__
|
||||
94
|
||||
__
|
||||
95
|
||||
__
|
||||
96
|
||||
__
|
||||
97
|
||||
__
|
||||
98
|
||||
__
|
||||
99
|
||||
__
|
9
tests/fixtures/sort/dictionary_order.expected.debug
vendored
Normal file
9
tests/fixtures/sort/dictionary_order.expected.debug
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
bbb
|
||||
___
|
||||
___
|
||||
./bbc
|
||||
_____
|
||||
_____
|
||||
bbd
|
||||
___
|
||||
___
|
36
tests/fixtures/sort/exponents-positive-numeric.expected.debug
vendored
Normal file
36
tests/fixtures/sort/exponents-positive-numeric.expected.debug
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
+100000
|
||||
^ no match for key
|
||||
_______
|
||||
10E
|
||||
__
|
||||
___
|
||||
50e10
|
||||
__
|
||||
_____
|
||||
100E6
|
||||
___
|
||||
_____
|
||||
1000EDKLD
|
||||
____
|
||||
_________
|
||||
10000K78
|
||||
_____
|
||||
________
|
28
tests/fixtures/sort/exponents_general.expected
vendored
Normal file
28
tests/fixtures/sort/exponents_general.expected
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
-12e-5555.5
|
||||
0b10 // binary not supported
|
||||
0x10 // hexadecimal not supported, but it should be
|
||||
55e-20
|
||||
55e-20.10
|
||||
5.5.5.5
|
||||
10E
|
||||
64e+
|
||||
99e-
|
||||
1000EDKLD
|
||||
10000K78
|
||||
+100000
|
||||
+100000
|
||||
100E6
|
||||
100E6
|
||||
10e10e10e10
|
||||
13e+10
|
||||
45e+10.5
|
||||
50e10
|
||||
50e10
|
84
tests/fixtures/sort/exponents_general.expected.debug
vendored
Normal file
84
tests/fixtures/sort/exponents_general.expected.debug
vendored
Normal file
|
@ -0,0 +1,84 @@
|
|||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
> -12e-5555.5
|
||||
_________
|
||||
______________
|
||||
0b10 // binary not supported
|
||||
_
|
||||
____________________________
|
||||
0x10 // hexadecimal not supported, but it should be
|
||||
_
|
||||
___________________________________________________
|
||||
55e-20
|
||||
______
|
||||
______
|
||||
55e-20.10
|
||||
______
|
||||
_________
|
||||
5.5.5.5
|
||||
___
|
||||
_______
|
||||
10E
|
||||
__
|
||||
___
|
||||
64e+
|
||||
__
|
||||
____
|
||||
99e-
|
||||
__
|
||||
____
|
||||
1000EDKLD
|
||||
____
|
||||
_________
|
||||
10000K78
|
||||
_____
|
||||
________
|
||||
+100000
|
||||
_______
|
||||
_______
|
||||
+100000
|
||||
_______
|
||||
_______
|
||||
100E6
|
||||
_____
|
||||
_____
|
||||
100E6
|
||||
_____
|
||||
_____
|
||||
10e10e10e10
|
||||
_____
|
||||
___________
|
||||
13e+10
|
||||
______
|
||||
______
|
||||
45e+10.5
|
||||
______
|
||||
________
|
||||
50e10
|
||||
_____
|
||||
_____
|
||||
50e10
|
||||
_____
|
||||
_____
|
28
tests/fixtures/sort/exponents_general.txt
vendored
Normal file
28
tests/fixtures/sort/exponents_general.txt
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
100E6
|
||||
|
||||
50e10
|
||||
+100000
|
||||
|
||||
10000K78
|
||||
0x10 // hexadecimal not supported, but it should be
|
||||
10E
|
||||
0b10 // binary not supported
|
||||
64e+
|
||||
99e-
|
||||
|
||||
45e+10.5
|
||||
|
||||
1000EDKLD
|
||||
|
||||
13e+10
|
||||
|
||||
100E6
|
||||
|
||||
50e10
|
||||
-12e-5555.5
|
||||
+100000
|
||||
|
||||
10e10e10e10
|
||||
5.5.5.5
|
||||
55e-20
|
||||
55e-20.10
|
20000
tests/fixtures/sort/ext_sort.expected
vendored
Normal file
20000
tests/fixtures/sort/ext_sort.expected
vendored
Normal file
File diff suppressed because it is too large
Load diff
20000
tests/fixtures/sort/ext_sort.txt
vendored
Normal file
20000
tests/fixtures/sort/ext_sort.txt
vendored
Normal file
File diff suppressed because it is too large
Load diff
4
tests/fixtures/sort/ext_stable.expected
vendored
Normal file
4
tests/fixtures/sort/ext_stable.expected
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
0a
|
||||
0a
|
||||
0b
|
||||
0b
|
4
tests/fixtures/sort/ext_stable.txt
vendored
Normal file
4
tests/fixtures/sort/ext_stable.txt
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
0a
|
||||
0a
|
||||
0b
|
||||
0b
|
11
tests/fixtures/sort/human-numeric-whitespace.expected
vendored
Normal file
11
tests/fixtures/sort/human-numeric-whitespace.expected
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
456K
|
||||
4568K
|
||||
456M
|
||||
6.2G
|
33
tests/fixtures/sort/human-numeric-whitespace.expected.debug
vendored
Normal file
33
tests/fixtures/sort/human-numeric-whitespace.expected.debug
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
456K
|
||||
____
|
||||
____
|
||||
4568K
|
||||
_____
|
||||
_____
|
||||
>>>456M
|
||||
____
|
||||
_______
|
||||
6.2G
|
||||
____
|
||||
__________________
|
11
tests/fixtures/sort/human-numeric-whitespace.txt
vendored
Normal file
11
tests/fixtures/sort/human-numeric-whitespace.txt
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
456K
|
||||
|
||||
456M
|
||||
|
||||
|
||||
4568K
|
||||
|
||||
6.2G
|
||||
|
33
tests/fixtures/sort/human_block_sizes.expected.debug
vendored
Normal file
33
tests/fixtures/sort/human_block_sizes.expected.debug
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
844K
|
||||
____
|
||||
____
|
||||
981K
|
||||
____
|
||||
____
|
||||
11M
|
||||
___
|
||||
___
|
||||
13M
|
||||
___
|
||||
___
|
||||
14M
|
||||
___
|
||||
___
|
||||
16M
|
||||
___
|
||||
___
|
||||
18M
|
||||
___
|
||||
___
|
||||
19M
|
||||
___
|
||||
___
|
||||
20M
|
||||
___
|
||||
___
|
||||
981T
|
||||
____
|
||||
____
|
||||
20P
|
||||
___
|
||||
___
|
21
tests/fixtures/sort/ignore_case.expected.debug
vendored
Normal file
21
tests/fixtures/sort/ignore_case.expected.debug
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
aaa
|
||||
___
|
||||
___
|
||||
BBB
|
||||
___
|
||||
___
|
||||
ccc
|
||||
___
|
||||
___
|
||||
DDD
|
||||
___
|
||||
___
|
||||
eee
|
||||
___
|
||||
___
|
||||
FFF
|
||||
___
|
||||
___
|
||||
ggg
|
||||
___
|
||||
___
|
3
tests/fixtures/sort/keys_blanks.expected
vendored
Normal file
3
tests/fixtures/sort/keys_blanks.expected
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
cab
|
||||
abc
|
||||
bca
|
9
tests/fixtures/sort/keys_blanks.expected.debug
vendored
Normal file
9
tests/fixtures/sort/keys_blanks.expected.debug
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
>cab
|
||||
__
|
||||
____
|
||||
>abc
|
||||
__
|
||||
____
|
||||
>bca
|
||||
__
|
||||
____
|
3
tests/fixtures/sort/keys_blanks.txt
vendored
Normal file
3
tests/fixtures/sort/keys_blanks.txt
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
abc
|
||||
cab
|
||||
bca
|
6
tests/fixtures/sort/keys_closed_range.expected
vendored
Normal file
6
tests/fixtures/sort/keys_closed_range.expected
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
dd aa ff
|
||||
gg aa cc
|
||||
aa bb cc
|
||||
èè éé èè
|
||||
👩🔬 👩🔬 👩🔬
|
||||
💣💣 💣💣 💣💣
|
18
tests/fixtures/sort/keys_closed_range.expected.debug
vendored
Normal file
18
tests/fixtures/sort/keys_closed_range.expected.debug
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
dd aa ff
|
||||
_
|
||||
________
|
||||
gg aa cc
|
||||
_
|
||||
________
|
||||
aa bb cc
|
||||
_
|
||||
________
|
||||
èè éé èè
|
||||
_
|
||||
________
|
||||
👩🔬 👩🔬 👩🔬
|
||||
__
|
||||
______________
|
||||
💣💣 💣💣 💣💣
|
||||
__
|
||||
______________
|
6
tests/fixtures/sort/keys_closed_range.txt
vendored
Normal file
6
tests/fixtures/sort/keys_closed_range.txt
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
aa bb cc
|
||||
dd aa ff
|
||||
gg aa cc
|
||||
èè éé èè
|
||||
💣💣 💣💣 💣💣
|
||||
👩🔬 👩🔬 👩🔬
|
3
tests/fixtures/sort/keys_custom_separator.expected
vendored
Normal file
3
tests/fixtures/sort/keys_custom_separator.expected
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
ddxaaxff
|
||||
ggxaaxcc
|
||||
aaxbbxcc
|
9
tests/fixtures/sort/keys_custom_separator.expected.debug
vendored
Normal file
9
tests/fixtures/sort/keys_custom_separator.expected.debug
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
ddxaaxff
|
||||
_
|
||||
________
|
||||
ggxaaxcc
|
||||
_
|
||||
________
|
||||
aaxbbxcc
|
||||
_
|
||||
________
|
3
tests/fixtures/sort/keys_custom_separator.txt
vendored
Normal file
3
tests/fixtures/sort/keys_custom_separator.txt
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
aaxbbxcc
|
||||
ddxaaxff
|
||||
ggxaaxcc
|
6
tests/fixtures/sort/keys_multiple_ranges.expected
vendored
Normal file
6
tests/fixtures/sort/keys_multiple_ranges.expected
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
gg aa cc
|
||||
dd aa ff
|
||||
aa bb cc
|
||||
èè éé èè
|
||||
👩🔬 👩🔬 👩🔬
|
||||
💣💣 💣💣 💣💣
|
24
tests/fixtures/sort/keys_multiple_ranges.expected.debug
vendored
Normal file
24
tests/fixtures/sort/keys_multiple_ranges.expected.debug
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
gg aa cc
|
||||
___
|
||||
___
|
||||
________
|
||||
dd aa ff
|
||||
___
|
||||
___
|
||||
________
|
||||
aa bb cc
|
||||
___
|
||||
___
|
||||
________
|
||||
èè éé èè
|
||||
___
|
||||
___
|
||||
________
|
||||
👩🔬 👩🔬 👩🔬
|
||||
_____
|
||||
_____
|
||||
______________
|
||||
💣💣 💣💣 💣💣
|
||||
_____
|
||||
_____
|
||||
______________
|
6
tests/fixtures/sort/keys_multiple_ranges.txt
vendored
Normal file
6
tests/fixtures/sort/keys_multiple_ranges.txt
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
aa bb cc
|
||||
dd aa ff
|
||||
gg aa cc
|
||||
èè éé èè
|
||||
💣💣 💣💣 💣💣
|
||||
👩🔬 👩🔬 👩🔬
|
1
tests/fixtures/sort/keys_negative_size.expected
vendored
Normal file
1
tests/fixtures/sort/keys_negative_size.expected
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
a b c
|
3
tests/fixtures/sort/keys_negative_size.expected.debug
vendored
Normal file
3
tests/fixtures/sort/keys_negative_size.expected.debug
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
a b c
|
||||
^ no match for key
|
||||
_____
|
1
tests/fixtures/sort/keys_negative_size.txt
vendored
Normal file
1
tests/fixtures/sort/keys_negative_size.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
a b c
|
3
tests/fixtures/sort/keys_no_char_match.expected
vendored
Normal file
3
tests/fixtures/sort/keys_no_char_match.expected
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
c
|
||||
ba
|
||||
aaa
|
9
tests/fixtures/sort/keys_no_char_match.expected.debug
vendored
Normal file
9
tests/fixtures/sort/keys_no_char_match.expected.debug
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
c
|
||||
^ no match for key
|
||||
_
|
||||
ba
|
||||
_
|
||||
__
|
||||
aaa
|
||||
__
|
||||
___
|
3
tests/fixtures/sort/keys_no_char_match.txt
vendored
Normal file
3
tests/fixtures/sort/keys_no_char_match.txt
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
aaa
|
||||
ba
|
||||
c
|
6
tests/fixtures/sort/keys_no_field_match.expected
vendored
Normal file
6
tests/fixtures/sort/keys_no_field_match.expected
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
aa bb cc
|
||||
dd aa ff
|
||||
gg aa cc
|
||||
èè éé èè
|
||||
👩🔬 👩🔬 👩🔬
|
||||
💣💣 💣💣 💣💣
|
18
tests/fixtures/sort/keys_no_field_match.expected.debug
vendored
Normal file
18
tests/fixtures/sort/keys_no_field_match.expected.debug
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
aa bb cc
|
||||
^ no match for key
|
||||
________
|
||||
dd aa ff
|
||||
^ no match for key
|
||||
________
|
||||
gg aa cc
|
||||
^ no match for key
|
||||
________
|
||||
èè éé èè
|
||||
^ no match for key
|
||||
________
|
||||
👩🔬 👩🔬 👩🔬
|
||||
^ no match for key
|
||||
______________
|
||||
💣💣 💣💣 💣💣
|
||||
^ no match for key
|
||||
______________
|
6
tests/fixtures/sort/keys_no_field_match.txt
vendored
Normal file
6
tests/fixtures/sort/keys_no_field_match.txt
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
aa bb cc
|
||||
dd aa ff
|
||||
gg aa cc
|
||||
èè éé èè
|
||||
💣💣 💣💣 💣💣
|
||||
👩🔬 👩🔬 👩🔬
|
6
tests/fixtures/sort/keys_open_ended.expected
vendored
Normal file
6
tests/fixtures/sort/keys_open_ended.expected
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
gg aa cc
|
||||
dd aa ff
|
||||
aa bb cc
|
||||
èè éé èè
|
||||
👩🔬 👩🔬 👩🔬
|
||||
💣💣 💣💣 💣💣
|
18
tests/fixtures/sort/keys_open_ended.expected.debug
vendored
Normal file
18
tests/fixtures/sort/keys_open_ended.expected.debug
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
gg aa cc
|
||||
____
|
||||
________
|
||||
dd aa ff
|
||||
____
|
||||
________
|
||||
aa bb cc
|
||||
____
|
||||
________
|
||||
èè éé èè
|
||||
____
|
||||
________
|
||||
👩🔬 👩🔬 👩🔬
|
||||
_______
|
||||
______________
|
||||
💣💣 💣💣 💣💣
|
||||
_______
|
||||
______________
|
6
tests/fixtures/sort/keys_open_ended.txt
vendored
Normal file
6
tests/fixtures/sort/keys_open_ended.txt
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
aa bb cc
|
||||
dd aa ff
|
||||
gg aa cc
|
||||
èè éé èè
|
||||
💣💣 💣💣 💣💣
|
||||
👩🔬 👩🔬 👩🔬
|
3
tests/fixtures/sort/merge_stable.expected
vendored
Normal file
3
tests/fixtures/sort/merge_stable.expected
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
0a
|
||||
0c
|
||||
0b
|
2
tests/fixtures/sort/merge_stable_1.txt
vendored
Normal file
2
tests/fixtures/sort/merge_stable_1.txt
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
0a
|
||||
0c
|
1
tests/fixtures/sort/merge_stable_2.txt
vendored
Normal file
1
tests/fixtures/sort/merge_stable_2.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
0b
|
|
@ -21,10 +21,10 @@ CARAvan
|
|||
8.013
|
||||
45
|
||||
46.89
|
||||
4567.
|
||||
37800
|
||||
576,446.88800000
|
||||
576,446.890
|
||||
4567.
|
||||
37800
|
||||
4798908.340000000000
|
||||
4798908.45
|
||||
4798908.8909800
|
||||
|
|
90
tests/fixtures/sort/mixed_floats_ints_chars_numeric.expected.debug
vendored
Normal file
90
tests/fixtures/sort/mixed_floats_ints_chars_numeric.expected.debug
vendored
Normal file
|
@ -0,0 +1,90 @@
|
|||
-2028789030
|
||||
___________
|
||||
___________
|
||||
-896689
|
||||
_______
|
||||
_______
|
||||
-8.90880
|
||||
________
|
||||
________
|
||||
-1
|
||||
__
|
||||
__
|
||||
-.05
|
||||
____
|
||||
____
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
000
|
||||
___
|
||||
___
|
||||
CARAvan
|
||||
^ no match for key
|
||||
_______
|
||||
00000001
|
||||
________
|
||||
________
|
||||
1
|
||||
_
|
||||
_
|
||||
1.040000000
|
||||
___________
|
||||
___________
|
||||
1.444
|
||||
_____
|
||||
_____
|
||||
1.58590
|
||||
_______
|
||||
_______
|
||||
8.013
|
||||
_____
|
||||
_____
|
||||
45
|
||||
__
|
||||
__
|
||||
46.89
|
||||
_____
|
||||
_____
|
||||
576,446.88800000
|
||||
___
|
||||
________________
|
||||
576,446.890
|
||||
___
|
||||
___________
|
||||
4567.
|
||||
_____
|
||||
____________________
|
||||
>>>>37800
|
||||
_____
|
||||
_________
|
||||
4798908.340000000000
|
||||
____________________
|
||||
____________________
|
||||
4798908.45
|
||||
__________
|
||||
__________
|
||||
4798908.8909800
|
||||
_______________
|
||||
_______________
|
|
@ -8,11 +8,14 @@
|
|||
|
||||
|
||||
|
||||
-0
|
||||
CARAvan
|
||||
-0
|
||||
|
||||
|
||||
|
||||
000
|
||||
-0
|
||||
1
|
||||
00000001
|
||||
1.040000000
|
||||
|
@ -21,10 +24,10 @@ CARAvan
|
|||
8.013
|
||||
45
|
||||
46.89
|
||||
576,446.890
|
||||
576,446.88800000
|
||||
4567.
|
||||
37800
|
||||
576,446.88800000
|
||||
576,446.890
|
||||
4798908.340000000000
|
||||
4798908.45
|
||||
4798908.8909800
|
||||
|
|
66
tests/fixtures/sort/mixed_floats_ints_chars_numeric_stable.expected.debug
vendored
Normal file
66
tests/fixtures/sort/mixed_floats_ints_chars_numeric_stable.expected.debug
vendored
Normal file
|
@ -0,0 +1,66 @@
|
|||
-2028789030
|
||||
___________
|
||||
-896689
|
||||
_______
|
||||
-8.90880
|
||||
________
|
||||
-1
|
||||
__
|
||||
-.05
|
||||
____
|
||||
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
-0
|
||||
__
|
||||
CARAvan
|
||||
^ no match for key
|
||||
-0
|
||||
__
|
||||
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
000
|
||||
___
|
||||
-0
|
||||
__
|
||||
1
|
||||
_
|
||||
00000001
|
||||
________
|
||||
1.040000000
|
||||
___________
|
||||
1.444
|
||||
_____
|
||||
1.58590
|
||||
_______
|
||||
8.013
|
||||
_____
|
||||
45
|
||||
__
|
||||
46.89
|
||||
_____
|
||||
576,446.890
|
||||
___
|
||||
576,446.88800000
|
||||
___
|
||||
4567.
|
||||
_____
|
||||
>>>>37800
|
||||
_____
|
||||
4798908.340000000000
|
||||
____________________
|
||||
4798908.45
|
||||
__________
|
||||
4798908.8909800
|
||||
_______________
|
|
@ -17,7 +17,9 @@
|
|||
|
||||
-2028789030
|
||||
-896689
|
||||
-0
|
||||
CARAvan
|
||||
-0
|
||||
|
||||
-8.90880
|
||||
-.05
|
||||
|
@ -28,3 +30,4 @@ CARAvan
|
|||
8.013
|
||||
|
||||
000
|
||||
-0
|
|
@ -11,10 +11,9 @@
|
|||
8.013
|
||||
45
|
||||
46.89
|
||||
576,446.890
|
||||
4567.
|
||||
37800
|
||||
576,446.88800000
|
||||
576,446.890
|
||||
4798908.340000000000
|
||||
4798908.45
|
||||
4798908.8909800
|
||||
|
|
38
tests/fixtures/sort/mixed_floats_ints_chars_numeric_unique.expected.debug
vendored
Normal file
38
tests/fixtures/sort/mixed_floats_ints_chars_numeric_unique.expected.debug
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
-2028789030
|
||||
___________
|
||||
-896689
|
||||
_______
|
||||
-8.90880
|
||||
________
|
||||
-1
|
||||
__
|
||||
-.05
|
||||
____
|
||||
|
||||
^ no match for key
|
||||
1
|
||||
_
|
||||
1.040000000
|
||||
___________
|
||||
1.444
|
||||
_____
|
||||
1.58590
|
||||
_______
|
||||
8.013
|
||||
_____
|
||||
45
|
||||
__
|
||||
46.89
|
||||
_____
|
||||
576,446.890
|
||||
___
|
||||
4567.
|
||||
_____
|
||||
>>>>37800
|
||||
_____
|
||||
4798908.340000000000
|
||||
____________________
|
||||
4798908.45
|
||||
__________
|
||||
4798908.8909800
|
||||
_______________
|
|
@ -1,10 +1,9 @@
|
|||
4798908.8909800
|
||||
4798908.45
|
||||
4798908.340000000000
|
||||
576,446.890
|
||||
576,446.88800000
|
||||
37800
|
||||
4567.
|
||||
576,446.890
|
||||
46.89
|
||||
45
|
||||
8.013
|
||||
|
|
38
tests/fixtures/sort/mixed_floats_ints_chars_numeric_unique_reverse.expected.debug
vendored
Normal file
38
tests/fixtures/sort/mixed_floats_ints_chars_numeric_unique_reverse.expected.debug
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
4798908.8909800
|
||||
_______________
|
||||
4798908.45
|
||||
__________
|
||||
4798908.340000000000
|
||||
____________________
|
||||
>>>>37800
|
||||
_____
|
||||
4567.
|
||||
_____
|
||||
576,446.890
|
||||
___
|
||||
46.89
|
||||
_____
|
||||
45
|
||||
__
|
||||
8.013
|
||||
_____
|
||||
1.58590
|
||||
_______
|
||||
1.444
|
||||
_____
|
||||
1.040000000
|
||||
___________
|
||||
1
|
||||
_
|
||||
|
||||
^ no match for key
|
||||
-.05
|
||||
____
|
||||
-1
|
||||
__
|
||||
-8.90880
|
||||
________
|
||||
-896689
|
||||
_______
|
||||
-2028789030
|
||||
___________
|
|
@ -1,20 +0,0 @@
|
|||
4798908.8909800
|
||||
4798908.45
|
||||
4798908.340000000000
|
||||
576,446.890
|
||||
576,446.88800000
|
||||
37800
|
||||
4567.
|
||||
46.89
|
||||
45
|
||||
8.013
|
||||
1.58590
|
||||
1.444
|
||||
1.040000000
|
||||
1
|
||||
|
||||
-.05
|
||||
-1
|
||||
-8.90880
|
||||
-896689
|
||||
-2028789030
|
1
tests/fixtures/sort/month_default.expected
vendored
1
tests/fixtures/sort/month_default.expected
vendored
|
@ -1,3 +1,4 @@
|
|||
asdf
|
||||
N/A Ut enim ad minim veniam, quis
|
||||
Jan Lorem ipsum dolor sit amet
|
||||
mar laboris nisi ut aliquip ex ea
|
||||
|
|
33
tests/fixtures/sort/month_default.expected.debug
vendored
Normal file
33
tests/fixtures/sort/month_default.expected.debug
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
asdf
|
||||
^ no match for key
|
||||
_____
|
||||
N/A Ut enim ad minim veniam, quis
|
||||
^ no match for key
|
||||
_________________________________
|
||||
Jan Lorem ipsum dolor sit amet
|
||||
___
|
||||
______________________________
|
||||
mar laboris nisi ut aliquip ex ea
|
||||
___
|
||||
_________________________________
|
||||
May sed do eiusmod tempor incididunt
|
||||
___
|
||||
____________________________________
|
||||
JUN nostrud exercitation ullamco
|
||||
___
|
||||
________________________________
|
||||
Jul 1 should remain 2,1,3
|
||||
___
|
||||
_________________________
|
||||
Jul 2 these three lines
|
||||
___
|
||||
_______________________
|
||||
Jul 3 if --stable is provided
|
||||
___
|
||||
_____________________________
|
||||
Oct ut labore et dolore magna aliqua
|
||||
___
|
||||
____________________________________
|
||||
Dec consectetur adipiscing elit
|
||||
___
|
||||
_______________________________
|
1
tests/fixtures/sort/month_default.txt
vendored
1
tests/fixtures/sort/month_default.txt
vendored
|
@ -8,3 +8,4 @@ mar laboris nisi ut aliquip ex ea
|
|||
Jul 2 these three lines
|
||||
Jul 1 should remain 2,1,3
|
||||
Jul 3 if --stable is provided
|
||||
asdf
|
||||
|
|
1
tests/fixtures/sort/month_stable.expected
vendored
1
tests/fixtures/sort/month_stable.expected
vendored
|
@ -1,4 +1,5 @@
|
|||
N/A Ut enim ad minim veniam, quis
|
||||
asdf
|
||||
Jan Lorem ipsum dolor sit amet
|
||||
mar laboris nisi ut aliquip ex ea
|
||||
May sed do eiusmod tempor incididunt
|
||||
|
|
22
tests/fixtures/sort/month_stable.expected.debug
vendored
Normal file
22
tests/fixtures/sort/month_stable.expected.debug
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
N/A Ut enim ad minim veniam, quis
|
||||
^ no match for key
|
||||
asdf
|
||||
^ no match for key
|
||||
Jan Lorem ipsum dolor sit amet
|
||||
___
|
||||
mar laboris nisi ut aliquip ex ea
|
||||
___
|
||||
May sed do eiusmod tempor incididunt
|
||||
___
|
||||
JUN nostrud exercitation ullamco
|
||||
___
|
||||
Jul 2 these three lines
|
||||
___
|
||||
Jul 1 should remain 2,1,3
|
||||
___
|
||||
Jul 3 if --stable is provided
|
||||
___
|
||||
Oct ut labore et dolore magna aliqua
|
||||
___
|
||||
Dec consectetur adipiscing elit
|
||||
___
|
1
tests/fixtures/sort/month_stable.txt
vendored
1
tests/fixtures/sort/month_stable.txt
vendored
|
@ -8,3 +8,4 @@ mar laboris nisi ut aliquip ex ea
|
|||
Jul 2 these three lines
|
||||
Jul 1 should remain 2,1,3
|
||||
Jul 3 if --stable is provided
|
||||
asdf
|
||||
|
|
12
tests/fixtures/sort/months-dedup.expected.debug
vendored
Normal file
12
tests/fixtures/sort/months-dedup.expected.debug
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
^ no match for key
|
||||
JAN
|
||||
___
|
||||
apr
|
||||
___
|
||||
MAY
|
||||
___
|
||||
JUNNNN
|
||||
___
|
||||
AUG
|
||||
___
|
8
tests/fixtures/sort/months-whitespace.expected
vendored
Normal file
8
tests/fixtures/sort/months-whitespace.expected
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
|
||||
JAN
|
||||
FEb
|
||||
apr
|
||||
apr
|
||||
JUNNNN
|
||||
AUG
|
24
tests/fixtures/sort/months-whitespace.expected.debug
vendored
Normal file
24
tests/fixtures/sort/months-whitespace.expected.debug
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
JAN
|
||||
___
|
||||
___
|
||||
FEb
|
||||
___
|
||||
_____
|
||||
apr
|
||||
___
|
||||
____
|
||||
apr
|
||||
___
|
||||
____
|
||||
>>>JUNNNN
|
||||
___
|
||||
_________
|
||||
AUG
|
||||
___
|
||||
____
|
8
tests/fixtures/sort/months-whitespace.txt
vendored
Normal file
8
tests/fixtures/sort/months-whitespace.txt
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
JAN
|
||||
JUNNNN
|
||||
AUG
|
||||
|
||||
apr
|
||||
apr
|
||||
|
||||
FEb
|
|
@ -1,30 +1,33 @@
|
|||
4798908.8909800
|
||||
4798908.45
|
||||
4798908.340000000000
|
||||
576,446.890
|
||||
576,446.88800000
|
||||
37800
|
||||
4567.
|
||||
46.89
|
||||
45
|
||||
8.013
|
||||
1.58590
|
||||
1.444
|
||||
1.040000000
|
||||
1
|
||||
00000001
|
||||
CARAvan
|
||||
000
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
-.05
|
||||
-1
|
||||
-8.90880
|
||||
-896689
|
||||
-2028789030
|
||||
-896689
|
||||
-8.90880
|
||||
-1
|
||||
-.05
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
000
|
||||
CARAvan
|
||||
00000001
|
||||
1
|
||||
1.040000000
|
||||
1.444
|
||||
1.58590
|
||||
8.013
|
||||
45
|
||||
46.89
|
||||
4567..457
|
||||
4567.
|
||||
4567.1
|
||||
4567.34
|
||||
37800
|
||||
576,446.88800000
|
||||
576,446.890
|
||||
4798908.340000000000
|
||||
4798908.45
|
||||
4798908.8909800
|
|
@ -1,30 +1,37 @@
|
|||
576,446.890
|
||||
576,446.88800000
|
||||
|
||||
|
||||
4567.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
CARAvan
|
||||
NaN
|
||||
-inf
|
||||
-2028789030
|
||||
-896689
|
||||
-8.90880
|
||||
-1
|
||||
-.05
|
||||
000
|
||||
00000001
|
||||
1
|
||||
1.040000000
|
||||
1.444
|
||||
1.58590
|
||||
8.013
|
||||
45
|
||||
46.89
|
||||
-1
|
||||
1
|
||||
00000001
|
||||
576,446.88800000
|
||||
576,446.890
|
||||
4567..457
|
||||
4567.
|
||||
4567.1
|
||||
4567.34
|
||||
37800
|
||||
45670.89079.098
|
||||
45670.89079.1
|
||||
4798908.340000000000
|
||||
4798908.45
|
||||
4798908.8909800
|
||||
|
||||
|
||||
37800
|
||||
|
||||
-2028789030
|
||||
-896689
|
||||
CARAvan
|
||||
|
||||
-8.90880
|
||||
-.05
|
||||
1.444
|
||||
1.58590
|
||||
1.040000000
|
||||
|
||||
8.013
|
||||
|
||||
000
|
||||
inf
|
111
tests/fixtures/sort/multiple_decimals_general.expected.debug
vendored
Normal file
111
tests/fixtures/sort/multiple_decimals_general.expected.debug
vendored
Normal file
|
@ -0,0 +1,111 @@
|
|||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
CARAvan
|
||||
^ no match for key
|
||||
_______
|
||||
NaN
|
||||
___
|
||||
_____
|
||||
>-inf
|
||||
____
|
||||
_____
|
||||
-2028789030
|
||||
___________
|
||||
___________
|
||||
-896689
|
||||
_______
|
||||
_______
|
||||
-8.90880
|
||||
________
|
||||
________
|
||||
-1
|
||||
__
|
||||
__
|
||||
-.05
|
||||
____
|
||||
____
|
||||
000
|
||||
___
|
||||
___
|
||||
00000001
|
||||
________
|
||||
________
|
||||
1
|
||||
_
|
||||
_
|
||||
1.040000000
|
||||
___________
|
||||
___________
|
||||
1.444
|
||||
_____
|
||||
_____
|
||||
1.58590
|
||||
_______
|
||||
_______
|
||||
8.013
|
||||
_____
|
||||
_____
|
||||
45
|
||||
__
|
||||
__
|
||||
46.89
|
||||
_____
|
||||
_____
|
||||
576,446.88800000
|
||||
___
|
||||
________________
|
||||
576,446.890
|
||||
___
|
||||
___________
|
||||
>>>>>>>>>>4567..457
|
||||
_____
|
||||
___________________
|
||||
4567.
|
||||
_____
|
||||
____________________
|
||||
4567.1
|
||||
______
|
||||
______
|
||||
4567.34
|
||||
_______
|
||||
_______
|
||||
>>>>37800
|
||||
_____
|
||||
_________
|
||||
>>>>>>45670.89079.098
|
||||
___________
|
||||
_____________________
|
||||
>>>>>>45670.89079.1
|
||||
___________
|
||||
___________________
|
||||
4798908.340000000000
|
||||
____________________
|
||||
____________________
|
||||
4798908.45
|
||||
__________
|
||||
__________
|
||||
4798908.8909800
|
||||
_______________
|
||||
_______________
|
||||
inf
|
||||
___
|
||||
___
|
37
tests/fixtures/sort/multiple_decimals_general.txt
vendored
Normal file
37
tests/fixtures/sort/multiple_decimals_general.txt
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
576,446.890
|
||||
576,446.88800000
|
||||
|
||||
4567.1
|
||||
4567..457
|
||||
45670.89079.1
|
||||
45670.89079.098
|
||||
4567.34
|
||||
4567.
|
||||
45
|
||||
46.89
|
||||
-1
|
||||
1
|
||||
00000001
|
||||
4798908.340000000000
|
||||
4798908.45
|
||||
4798908.8909800
|
||||
|
||||
|
||||
37800
|
||||
|
||||
-2028789030
|
||||
-896689
|
||||
CARAvan
|
||||
|
||||
-8.90880
|
||||
-.05
|
||||
1.444
|
||||
1.58590
|
||||
1.040000000
|
||||
|
||||
8.013
|
||||
|
||||
000
|
||||
NaN
|
||||
inf
|
||||
-inf
|
|
@ -1,30 +1,35 @@
|
|||
4798908.8909800
|
||||
4798908.45
|
||||
4798908.340000000000
|
||||
576,446.890
|
||||
576,446.88800000
|
||||
37800
|
||||
4567.
|
||||
46.89
|
||||
45
|
||||
8.013
|
||||
1.58590
|
||||
1.444
|
||||
1.040000000
|
||||
1
|
||||
00000001
|
||||
-2028789030
|
||||
-896689
|
||||
-8.90880
|
||||
-1
|
||||
-.05
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
CARAvan
|
||||
|
||||
|
||||
|
||||
000
|
||||
-.05
|
||||
-1
|
||||
-8.90880
|
||||
-896689
|
||||
-2028789030
|
||||
CARAvan
|
||||
00000001
|
||||
1
|
||||
1.040000000
|
||||
1.444
|
||||
1.58590
|
||||
8.013
|
||||
45
|
||||
46.89
|
||||
576,446.88800000
|
||||
576,446.890
|
||||
4567..457
|
||||
4567.
|
||||
4567.1
|
||||
4567.34
|
||||
37800
|
||||
45670.89079.098
|
||||
45670.89079.1
|
||||
4798908.340000000000
|
||||
4798908.45
|
||||
4798908.8909800
|
105
tests/fixtures/sort/multiple_decimals_numeric.expected.debug
vendored
Normal file
105
tests/fixtures/sort/multiple_decimals_numeric.expected.debug
vendored
Normal file
|
@ -0,0 +1,105 @@
|
|||
-2028789030
|
||||
___________
|
||||
___________
|
||||
-896689
|
||||
_______
|
||||
_______
|
||||
-8.90880
|
||||
________
|
||||
________
|
||||
-1
|
||||
__
|
||||
__
|
||||
-.05
|
||||
____
|
||||
____
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
000
|
||||
___
|
||||
___
|
||||
CARAvan
|
||||
^ no match for key
|
||||
_______
|
||||
00000001
|
||||
________
|
||||
________
|
||||
1
|
||||
_
|
||||
_
|
||||
1.040000000
|
||||
___________
|
||||
___________
|
||||
1.444
|
||||
_____
|
||||
_____
|
||||
1.58590
|
||||
_______
|
||||
_______
|
||||
8.013
|
||||
_____
|
||||
_____
|
||||
45
|
||||
__
|
||||
__
|
||||
46.89
|
||||
_____
|
||||
_____
|
||||
576,446.88800000
|
||||
___
|
||||
________________
|
||||
576,446.890
|
||||
___
|
||||
___________
|
||||
>>>>>>>>>>4567..457
|
||||
_____
|
||||
___________________
|
||||
4567.
|
||||
_____
|
||||
____________________
|
||||
4567.1
|
||||
______
|
||||
______
|
||||
4567.34
|
||||
_______
|
||||
_______
|
||||
>>>>37800
|
||||
_____
|
||||
_________
|
||||
>>>>>>45670.89079.098
|
||||
___________
|
||||
_____________________
|
||||
>>>>>>45670.89079.1
|
||||
___________
|
||||
___________________
|
||||
4798908.340000000000
|
||||
____________________
|
||||
____________________
|
||||
4798908.45
|
||||
__________
|
||||
__________
|
||||
4798908.8909800
|
||||
_______________
|
||||
_______________
|
|
@ -1,7 +1,11 @@
|
|||
576,446.890
|
||||
576,446.88800000
|
||||
|
||||
|
||||
4567.1
|
||||
4567..457
|
||||
45670.89079.1
|
||||
45670.89079.098
|
||||
4567.34
|
||||
4567.
|
||||
45
|
||||
46.89
|
||||
|
@ -28,3 +32,4 @@ CARAvan
|
|||
8.013
|
||||
|
||||
000
|
||||
|
69
tests/fixtures/sort/numeric-floats-with-nan2.expected.debug
vendored
Normal file
69
tests/fixtures/sort/numeric-floats-with-nan2.expected.debug
vendored
Normal file
|
@ -0,0 +1,69 @@
|
|||
-8.90880
|
||||
________
|
||||
________
|
||||
-.05
|
||||
____
|
||||
____
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
|
||||
^ no match for key
|
||||
^ no match for key
|
||||
Karma
|
||||
^ no match for key
|
||||
_____
|
||||
1
|
||||
_
|
||||
_
|
||||
1.0/0.0
|
||||
___
|
||||
_______
|
||||
1.040000000
|
||||
___________
|
||||
___________
|
||||
1.2
|
||||
___
|
||||
___
|
||||
1.444
|
||||
_____
|
||||
_____
|
||||
1.58590
|
||||
_______
|
||||
_______
|
6
tests/fixtures/sort/numeric_fixed_floats.expected.debug
vendored
Normal file
6
tests/fixtures/sort/numeric_fixed_floats.expected.debug
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
.00
|
||||
___
|
||||
___
|
||||
.01
|
||||
___
|
||||
___
|
6
tests/fixtures/sort/numeric_floats.expected.debug
vendored
Normal file
6
tests/fixtures/sort/numeric_floats.expected.debug
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
.02
|
||||
___
|
||||
___
|
||||
.03
|
||||
___
|
||||
___
|
6
tests/fixtures/sort/numeric_floats_and_ints.expected.debug
vendored
Normal file
6
tests/fixtures/sort/numeric_floats_and_ints.expected.debug
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
0
|
||||
_
|
||||
_
|
||||
.02
|
||||
___
|
||||
___
|
9
tests/fixtures/sort/numeric_floats_with_nan.expected.debug
vendored
Normal file
9
tests/fixtures/sort/numeric_floats_with_nan.expected.debug
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
NaN
|
||||
^ no match for key
|
||||
___
|
||||
.02
|
||||
___
|
||||
___
|
||||
.03
|
||||
___
|
||||
___
|
6
tests/fixtures/sort/numeric_unfixed_floats.expected.debug
vendored
Normal file
6
tests/fixtures/sort/numeric_unfixed_floats.expected.debug
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
.000
|
||||
____
|
||||
____
|
||||
.01
|
||||
___
|
||||
___
|
2
tests/fixtures/sort/numeric_unique.expected
vendored
Normal file
2
tests/fixtures/sort/numeric_unique.expected
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
-10 bb
|
||||
aa
|
4
tests/fixtures/sort/numeric_unique.expected.debug
vendored
Normal file
4
tests/fixtures/sort/numeric_unique.expected.debug
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
-10 bb
|
||||
___
|
||||
aa
|
||||
^ no match for key
|
3
tests/fixtures/sort/numeric_unique.txt
vendored
Normal file
3
tests/fixtures/sort/numeric_unique.txt
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
aa
|
||||
-10 bb
|
||||
-10 aa
|
300
tests/fixtures/sort/numeric_unsorted_ints.expected.debug
vendored
Normal file
300
tests/fixtures/sort/numeric_unsorted_ints.expected.debug
vendored
Normal file
|
@ -0,0 +1,300 @@
|
|||
1
|
||||
_
|
||||
_
|
||||
2
|
||||
_
|
||||
_
|
||||
3
|
||||
_
|
||||
_
|
||||
4
|
||||
_
|
||||
_
|
||||
5
|
||||
_
|
||||
_
|
||||
6
|
||||
_
|
||||
_
|
||||
7
|
||||
_
|
||||
_
|
||||
8
|
||||
_
|
||||
_
|
||||
9
|
||||
_
|
||||
_
|
||||
10
|
||||
__
|
||||
__
|
||||
11
|
||||
__
|
||||
__
|
||||
12
|
||||
__
|
||||
__
|
||||
13
|
||||
__
|
||||
__
|
||||
14
|
||||
__
|
||||
__
|
||||
15
|
||||
__
|
||||
__
|
||||
16
|
||||
__
|
||||
__
|
||||
17
|
||||
__
|
||||
__
|
||||
18
|
||||
__
|
||||
__
|
||||
19
|
||||
__
|
||||
__
|
||||
20
|
||||
__
|
||||
__
|
||||
21
|
||||
__
|
||||
__
|
||||
22
|
||||
__
|
||||
__
|
||||
23
|
||||
__
|
||||
__
|
||||
24
|
||||
__
|
||||
__
|
||||
25
|
||||
__
|
||||
__
|
||||
26
|
||||
__
|
||||
__
|
||||
27
|
||||
__
|
||||
__
|
||||
28
|
||||
__
|
||||
__
|
||||
29
|
||||
__
|
||||
__
|
||||
30
|
||||
__
|
||||
__
|
||||
31
|
||||
__
|
||||
__
|
||||
32
|
||||
__
|
||||
__
|
||||
33
|
||||
__
|
||||
__
|
||||
34
|
||||
__
|
||||
__
|
||||
35
|
||||
__
|
||||
__
|
||||
36
|
||||
__
|
||||
__
|
||||
37
|
||||
__
|
||||
__
|
||||
38
|
||||
__
|
||||
__
|
||||
39
|
||||
__
|
||||
__
|
||||
40
|
||||
__
|
||||
__
|
||||
41
|
||||
__
|
||||
__
|
||||
42
|
||||
__
|
||||
__
|
||||
43
|
||||
__
|
||||
__
|
||||
44
|
||||
__
|
||||
__
|
||||
45
|
||||
__
|
||||
__
|
||||
46
|
||||
__
|
||||
__
|
||||
47
|
||||
__
|
||||
__
|
||||
48
|
||||
__
|
||||
__
|
||||
49
|
||||
__
|
||||
__
|
||||
50
|
||||
__
|
||||
__
|
||||
51
|
||||
__
|
||||
__
|
||||
52
|
||||
__
|
||||
__
|
||||
53
|
||||
__
|
||||
__
|
||||
54
|
||||
__
|
||||
__
|
||||
55
|
||||
__
|
||||
__
|
||||
56
|
||||
__
|
||||
__
|
||||
57
|
||||
__
|
||||
__
|
||||
58
|
||||
__
|
||||
__
|
||||
59
|
||||
__
|
||||
__
|
||||
60
|
||||
__
|
||||
__
|
||||
61
|
||||
__
|
||||
__
|
||||
62
|
||||
__
|
||||
__
|
||||
63
|
||||
__
|
||||
__
|
||||
64
|
||||
__
|
||||
__
|
||||
65
|
||||
__
|
||||
__
|
||||
66
|
||||
__
|
||||
__
|
||||
67
|
||||
__
|
||||
__
|
||||
68
|
||||
__
|
||||
__
|
||||
69
|
||||
__
|
||||
__
|
||||
70
|
||||
__
|
||||
__
|
||||
71
|
||||
__
|
||||
__
|
||||
72
|
||||
__
|
||||
__
|
||||
73
|
||||
__
|
||||
__
|
||||
74
|
||||
__
|
||||
__
|
||||
75
|
||||
__
|
||||
__
|
||||
76
|
||||
__
|
||||
__
|
||||
77
|
||||
__
|
||||
__
|
||||
78
|
||||
__
|
||||
__
|
||||
79
|
||||
__
|
||||
__
|
||||
80
|
||||
__
|
||||
__
|
||||
81
|
||||
__
|
||||
__
|
||||
82
|
||||
__
|
||||
__
|
||||
83
|
||||
__
|
||||
__
|
||||
84
|
||||
__
|
||||
__
|
||||
85
|
||||
__
|
||||
__
|
||||
86
|
||||
__
|
||||
__
|
||||
87
|
||||
__
|
||||
__
|
||||
88
|
||||
__
|
||||
__
|
||||
89
|
||||
__
|
||||
__
|
||||
90
|
||||
__
|
||||
__
|
||||
91
|
||||
__
|
||||
__
|
||||
92
|
||||
__
|
||||
__
|
||||
93
|
||||
__
|
||||
__
|
||||
94
|
||||
__
|
||||
__
|
||||
95
|
||||
__
|
||||
__
|
||||
96
|
||||
__
|
||||
__
|
||||
97
|
||||
__
|
||||
__
|
||||
98
|
||||
__
|
||||
__
|
||||
99
|
||||
__
|
||||
__
|
||||
100
|
||||
___
|
||||
___
|
8
tests/fixtures/sort/numeric_unsorted_ints_unique.expected.debug
vendored
Normal file
8
tests/fixtures/sort/numeric_unsorted_ints_unique.expected.debug
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
1
|
||||
_
|
||||
2
|
||||
_
|
||||
3
|
||||
_
|
||||
4
|
||||
_
|
11
tests/fixtures/sort/version-empty-lines.expected
vendored
Normal file
11
tests/fixtures/sort/version-empty-lines.expected
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
1.2.3-alpha
|
||||
1.2.3-alpha2
|
||||
11.2.3
|
||||
1.12.4
|
11
tests/fixtures/sort/version-empty-lines.txt
vendored
Normal file
11
tests/fixtures/sort/version-empty-lines.txt
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
11.2.3
|
||||
|
||||
|
||||
|
||||
1.2.3-alpha2
|
||||
|
||||
|
||||
1.2.3-alpha
|
||||
|
||||
|
||||
1.12.4
|
12
tests/fixtures/sort/version.expected.debug
vendored
Normal file
12
tests/fixtures/sort/version.expected.debug
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
1.2.3-alpha
|
||||
___________
|
||||
___________
|
||||
1.2.3-alpha2
|
||||
____________
|
||||
____________
|
||||
1.12.4
|
||||
______
|
||||
______
|
||||
11.2.3
|
||||
______
|
||||
______
|
3
tests/fixtures/sort/words_unique.expected
vendored
Normal file
3
tests/fixtures/sort/words_unique.expected
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
aaa
|
||||
bbb
|
||||
zzz
|
6
tests/fixtures/sort/words_unique.expected.debug
vendored
Normal file
6
tests/fixtures/sort/words_unique.expected.debug
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
aaa
|
||||
___
|
||||
bbb
|
||||
___
|
||||
zzz
|
||||
___
|
4
tests/fixtures/sort/words_unique.txt
vendored
Normal file
4
tests/fixtures/sort/words_unique.txt
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
zzz
|
||||
aaa
|
||||
bbb
|
||||
bbb
|
84
tests/fixtures/sort/zero-terminated.expected.debug
vendored
Normal file
84
tests/fixtures/sort/zero-terminated.expected.debug
vendored
Normal file
|
@ -0,0 +1,84 @@
|
|||
../..
|
||||
_____
|
||||
../../by-util
|
||||
_____________
|
||||
../../common
|
||||
____________
|
||||
../../fixtures
|
||||
______________
|
||||
../../fixtures/cat
|
||||
__________________
|
||||
../../fixtures/cksum
|
||||
____________________
|
||||
../../fixtures/comm
|
||||
___________________
|
||||
../../fixtures/cp
|
||||
_________________
|
||||
../../fixtures/cp/dir_with_mount
|
||||
________________________________
|
||||
../../fixtures/cp/dir_with_mount/copy_me
|
||||
________________________________________
|
||||
../../fixtures/cp/hello_dir
|
||||
___________________________
|
||||
../../fixtures/cp/hello_dir_with_file
|
||||
_____________________________________
|
||||
../../fixtures/csplit
|
||||
_____________________
|
||||
../../fixtures/cut
|
||||
__________________
|
||||
../../fixtures/cut/sequences
|
||||
____________________________
|
||||
../../fixtures/dircolors
|
||||
________________________
|
||||
../../fixtures/du
|
||||
_________________
|
||||
../../fixtures/du/subdir
|
||||
________________________
|
||||
../../fixtures/du/subdir/deeper
|
||||
_______________________________
|
||||
../../fixtures/du/subdir/links
|
||||
______________________________
|
||||
../../fixtures/env
|
||||
__________________
|
||||
../../fixtures/expand
|
||||
_____________________
|
||||
../../fixtures/fmt
|
||||
__________________
|
||||
../../fixtures/fold
|
||||
___________________
|
||||
../../fixtures/hashsum
|
||||
______________________
|
||||
../../fixtures/head
|
||||
___________________
|
||||
../../fixtures/join
|
||||
___________________
|
||||
../../fixtures/mv
|
||||
_________________
|
||||
../../fixtures/nl
|
||||
_________________
|
||||
../../fixtures/numfmt
|
||||
_____________________
|
||||
../../fixtures/od
|
||||
_________________
|
||||
../../fixtures/paste
|
||||
____________________
|
||||
../../fixtures/ptx
|
||||
__________________
|
||||
../../fixtures/shuf
|
||||
___________________
|
||||
../../fixtures/sort
|
||||
___________________
|
||||
../../fixtures/sum
|
||||
__________________
|
||||
../../fixtures/tac
|
||||
__________________
|
||||
../../fixtures/tail
|
||||
___________________
|
||||
../../fixtures/tsort
|
||||
____________________
|
||||
../../fixtures/unexpand
|
||||
_______________________
|
||||
../../fixtures/uniq
|
||||
___________________
|
||||
../../fixtures/wc
|
||||
_________________
|
1
tests/fixtures/test/non_empty_file
vendored
Normal file
1
tests/fixtures/test/non_empty_file
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
Not empty!
|
0
tests/fixtures/test/regular_file
vendored
Normal file
0
tests/fixtures/test/regular_file
vendored
Normal file
0
tests/fixtures/wc/emptyfile.txt
vendored
Normal file
0
tests/fixtures/wc/emptyfile.txt
vendored
Normal file
100
tests/fixtures/wc/manyemptylines.txt
vendored
Normal file
100
tests/fixtures/wc/manyemptylines.txt
vendored
Normal file
|
@ -0,0 +1,100 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
1
tests/fixtures/wc/notrailingnewline.txt
vendored
Normal file
1
tests/fixtures/wc/notrailingnewline.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
a
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue