mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
uniq: add tests
This commit is contained in:
parent
68efb303bd
commit
676e3718c3
18 changed files with 253 additions and 0 deletions
12
tests/fixtures/uniq/skip-chars.txt
vendored
Normal file
12
tests/fixtures/uniq/skip-chars.txt
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
aaaaa 1
|
||||
Xbbbb 2
|
||||
XXbbb 2
|
||||
ccccc 3
|
||||
Xcccc 3
|
||||
ccccc 3
|
||||
Xdddd 3
|
||||
XXddd 3
|
||||
XXXdd 1
|
||||
XXXdd 1
|
||||
eeee
|
||||
fff
|
Loading…
Add table
Add a link
Reference in a new issue