mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
tests/tail: Rename tail test fixture contents to be easier to read
The repetition of "foo" and "bar" made for difficult-to-read assertion failures when hacking on `tail`. I think that having each line have unique contents makes it a bit easier to parse.
This commit is contained in:
parent
56d16ca7e7
commit
161f96dc8c
3 changed files with 31 additions and 31 deletions
22
tests/fixtures/tail/foobar.txt
vendored
22
tests/fixtures/tail/foobar.txt
vendored
|
@ -1,11 +1,11 @@
|
||||||
baz
|
uno
|
||||||
foo
|
dos
|
||||||
bar
|
tres
|
||||||
foo
|
quattro
|
||||||
bar
|
cinco
|
||||||
foo
|
seis
|
||||||
bar
|
siette
|
||||||
foo
|
ocho
|
||||||
bar
|
nueve
|
||||||
foo
|
diez
|
||||||
bar
|
once
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
foo
|
dos
|
||||||
bar
|
tres
|
||||||
foo
|
quattro
|
||||||
bar
|
cinco
|
||||||
foo
|
seis
|
||||||
bar
|
siette
|
||||||
foo
|
ocho
|
||||||
bar
|
nueve
|
||||||
foo
|
diez
|
||||||
bar
|
once
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
foo
|
dos
|
||||||
bar
|
tres
|
||||||
foo
|
quattro
|
||||||
bar
|
cinco
|
||||||
foo
|
seis
|
||||||
bar
|
siette
|
||||||
foo
|
ocho
|
||||||
bar
|
nueve
|
||||||
foo
|
diez
|
||||||
bar
|
once
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue