1
Fork 0
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:
Nathan Ross 2015-11-16 00:25:01 -05:00
parent b20b2cca19
commit a21c54e2cd
165 changed files with 4315 additions and 3538 deletions

4
tests/fixtures/cut/lists.txt vendored Normal file
View 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

View 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

View file

@ -0,0 +1,4 @@
:bar:ba
:two:th
ha:beta
quick

View 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

View file

@ -0,0 +1,4 @@
foo:baz
one:three
alpha:gamma
the quick brown fox jumps over the lazy dog

View file

@ -0,0 +1,4 @@
foo:bar:ba
one:two:th
alpha:beta
the quick

View 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

View 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