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
4
tests/fixtures/cut/lists.txt
vendored
Normal file
4
tests/fixtures/cut/lists.txt
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
foo:bar:baz:qux:quux
|
||||
one:two:three:four:five:six:seven
|
||||
alpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu
|
||||
the quick brown fox jumps over the lazy dog
|
4
tests/fixtures/cut/lists_change_delimiter.expected
vendored
Normal file
4
tests/fixtures/cut/lists_change_delimiter.expected
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
bar#baz#qux#quux
|
||||
two#three#four#five#six#seven
|
||||
beta#gamma#delta#epsilon#zeta#eta#theta#iota#kappa#lambda#mu
|
||||
the quick brown fox jumps over the lazy dog
|
4
tests/fixtures/cut/lists_char_range.expected
vendored
Normal file
4
tests/fixtures/cut/lists_char_range.expected
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
:bar:ba
|
||||
:two:th
|
||||
ha:beta
|
||||
quick
|
4
tests/fixtures/cut/lists_column_to_end_of_line.expected
vendored
Normal file
4
tests/fixtures/cut/lists_column_to_end_of_line.expected
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
quux
|
||||
five:six:seven
|
||||
epsilon:zeta:eta:theta:iota:kappa:lambda:mu
|
||||
the quick brown fox jumps over the lazy dog
|
4
tests/fixtures/cut/lists_multiple_fields.expected
vendored
Normal file
4
tests/fixtures/cut/lists_multiple_fields.expected
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
foo:baz
|
||||
one:three
|
||||
alpha:gamma
|
||||
the quick brown fox jumps over the lazy dog
|
4
tests/fixtures/cut/lists_prefix.expected
vendored
Normal file
4
tests/fixtures/cut/lists_prefix.expected
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
foo:bar:ba
|
||||
one:two:th
|
||||
alpha:beta
|
||||
the quick
|
4
tests/fixtures/cut/lists_specific_field.expected
vendored
Normal file
4
tests/fixtures/cut/lists_specific_field.expected
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
foo:bar:baz:qux:quux
|
||||
one:two:three:four:five:six:seven
|
||||
alpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu
|
||||
brown
|
4
tests/fixtures/cut/lists_tail.expected
vendored
Normal file
4
tests/fixtures/cut/lists_tail.expected
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
bar:baz:qux:quux
|
||||
two:three:four:five:six:seven
|
||||
beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu
|
||||
the quick brown fox jumps over the lazy dog
|
Loading…
Add table
Add a link
Reference in a new issue