mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
tests/cut: positive testcases for feature complete
This commit is contained in:
parent
7ff57d6b66
commit
cb6f84e3d8
22 changed files with 142 additions and 41 deletions
5
tests/fixtures/cut/sequences/byte_aggregate.expected
vendored
Normal file
5
tests/fixtures/cut/sequences/byte_aggregate.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
fo:arbaz:qux:quux
|
||||
on:wothree:four:five:six:seven
|
||||
alh:bta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu
|
||||
th uik brown fox jumps over the lazy dog
|
||||
sal slls seashells down by the seashore where are the seashells sally sells
|
5
tests/fixtures/cut/sequences/byte_prefix.expected
vendored
Normal file
5
tests/fixtures/cut/sequences/byte_prefix.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
fo
|
||||
on
|
||||
al
|
||||
th
|
||||
sa
|
5
tests/fixtures/cut/sequences/byte_range.expected
vendored
Normal file
5
tests/fixtures/cut/sequences/byte_range.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
oo:
|
||||
ne:
|
||||
lph
|
||||
he
|
||||
all
|
5
tests/fixtures/cut/sequences/byte_singular.expected
vendored
Normal file
5
tests/fixtures/cut/sequences/byte_singular.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
o
|
||||
n
|
||||
l
|
||||
h
|
||||
a
|
5
tests/fixtures/cut/sequences/byte_subsumed.expected
vendored
Normal file
5
tests/fixtures/cut/sequences/byte_subsumed.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
oo:bar:baz:qux:quux
|
||||
ne:two:three:four:five:six:seven
|
||||
lpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu
|
||||
he quick brown fox jumps over the lazy dog
|
||||
ally sells seashells down by the seashore where are the seashells sally sells
|
5
tests/fixtures/cut/sequences/byte_suffix.expected
vendored
Normal file
5
tests/fixtures/cut/sequences/byte_suffix.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
oo:bar:baz:qux:quux
|
||||
ne:two:three:four:five:six:seven
|
||||
lpha:beta:gamma:delta:epsilon:zeta:eta:theta:iota:kappa:lambda:mu
|
||||
he quick brown fox jumps over the lazy dog
|
||||
ally sells seashells down by the seashore where are the seashells sally sells
|
5
tests/fixtures/cut/sequences/field_aggregate.expected
vendored
Normal file
5
tests/fixtures/cut/sequences/field_aggregate.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
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
|
||||
sally sells down the seashore are the seashells sally sells
|
5
tests/fixtures/cut/sequences/field_prefix.expected
vendored
Normal file
5
tests/fixtures/cut/sequences/field_prefix.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
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
|
||||
sally sells
|
5
tests/fixtures/cut/sequences/field_range.expected
vendored
Normal file
5
tests/fixtures/cut/sequences/field_range.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
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
|
||||
sells seashells down
|
5
tests/fixtures/cut/sequences/field_singular.expected
vendored
Normal file
5
tests/fixtures/cut/sequences/field_singular.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
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
|
||||
sells
|
5
tests/fixtures/cut/sequences/field_subsumed.expected
vendored
Normal file
5
tests/fixtures/cut/sequences/field_subsumed.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
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
|
||||
sells seashells down by the seashore where are the seashells sally sells
|
5
tests/fixtures/cut/sequences/field_suffix.expected
vendored
Normal file
5
tests/fixtures/cut/sequences/field_suffix.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
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
|
||||
sells seashells down by the seashore where are the seashells sally sells
|
Loading…
Add table
Add a link
Reference in a new issue