mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
tests/cut: positive testcases for feature complete
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
foo:bar:qux
|
||||
one:two:four:six:seven
|
||||
alpha:beta:delta:zeta:eta:iota:kappa:lambda:mu
|
||||
the quick brown fox jumps over the lazy dog
|
||||
sally sells seashells down by the seashore where are the seashells sally sells
|
||||
Vendored
+1
@@ -2,3 +2,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
|
||||
sally sells seashells down by the seashore where are the seashells sally sells
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
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
|
||||
@@ -1,4 +0,0 @@
|
||||
:bar:ba
|
||||
:two:th
|
||||
ha:beta
|
||||
quick
|
||||
@@ -1,4 +0,0 @@
|
||||
quux
|
||||
five:six:seven
|
||||
epsilon:zeta:eta:theta:iota:kappa:lambda:mu
|
||||
the quick brown fox jumps over the lazy dog
|
||||
@@ -1,4 +0,0 @@
|
||||
foo:baz
|
||||
one:three
|
||||
alpha:gamma
|
||||
the quick brown fox jumps over the lazy dog
|
||||
-4
@@ -1,4 +0,0 @@
|
||||
foo:bar:ba
|
||||
one:two:th
|
||||
alpha:beta
|
||||
the quick
|
||||
-4
@@ -1,4 +0,0 @@
|
||||
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
|
||||
@@ -0,0 +1,5 @@
|
||||
foo@bar@qux
|
||||
one@two@four@six@seven
|
||||
alpha@beta@delta@zeta@eta@iota@kappa@lambda@mu
|
||||
the quick brown fox jumps over the lazy dog
|
||||
sally sells seashells down by the seashore where are the seashells sally sells
|
||||
@@ -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
|
||||
@@ -0,0 +1,5 @@
|
||||
fo
|
||||
on
|
||||
al
|
||||
th
|
||||
sa
|
||||
@@ -0,0 +1,5 @@
|
||||
oo:
|
||||
ne:
|
||||
lph
|
||||
he
|
||||
all
|
||||
@@ -0,0 +1,5 @@
|
||||
o
|
||||
n
|
||||
l
|
||||
h
|
||||
a
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
+2
-1
@@ -1,4 +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
|
||||
brown
|
||||
the quick brown fox jumps over the lazy dog
|
||||
sells
|
||||
@@ -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
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user