mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
rewrite tests for cargo compat, decoupled directory, output handling
This commit is contained in:
parent
b20b2cca19
commit
a21c54e2cd
165 changed files with 4315 additions and 3538 deletions
1
tests/fixtures/tac/delimited_primes.expected
vendored
Normal file
1
tests/fixtures/tac/delimited_primes.expected
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
9789:83:79:73:71:67:61:59:53:47:43:41:37:31:29:23:19:17:13:11:7:5:3:2:
|
1
tests/fixtures/tac/delimited_primes.txt
vendored
Normal file
1
tests/fixtures/tac/delimited_primes.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
2:3:5:7:11:13:17:19:23:29:31:37:41:43:47:53:59:61:67:71:73:79:83:89:97
|
1
tests/fixtures/tac/delimited_primes_before.expected
vendored
Normal file
1
tests/fixtures/tac/delimited_primes_before.expected
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
97:89:83:79:73:71:67:61:59:53:47:43:41:37:31:29:23:19:17:13:11:7:5:3:2
|
25
tests/fixtures/tac/prime_per_line.expected
vendored
Normal file
25
tests/fixtures/tac/prime_per_line.expected
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
97
|
||||
89
|
||||
83
|
||||
79
|
||||
73
|
||||
71
|
||||
67
|
||||
61
|
||||
59
|
||||
53
|
||||
47
|
||||
43
|
||||
41
|
||||
37
|
||||
31
|
||||
29
|
||||
23
|
||||
19
|
||||
17
|
||||
13
|
||||
11
|
||||
7
|
||||
5
|
||||
3
|
||||
2
|
25
tests/fixtures/tac/prime_per_line.txt
vendored
Normal file
25
tests/fixtures/tac/prime_per_line.txt
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
2
|
||||
3
|
||||
5
|
||||
7
|
||||
11
|
||||
13
|
||||
17
|
||||
19
|
||||
23
|
||||
29
|
||||
31
|
||||
37
|
||||
41
|
||||
43
|
||||
47
|
||||
53
|
||||
59
|
||||
61
|
||||
67
|
||||
71
|
||||
73
|
||||
79
|
||||
83
|
||||
89
|
||||
97
|
Loading…
Add table
Add a link
Reference in a new issue