1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

comm: add basic tests

This commit is contained in:
Michael Gehring 2015-11-28 20:36:29 +01:00
parent 8a6768e9bd
commit 2f4ae615ed
11 changed files with 63 additions and 0 deletions

2
tests/fixtures/comm/a vendored Normal file
View file

@ -0,0 +1,2 @@
a
z

3
tests/fixtures/comm/ab.expected vendored Normal file
View file

@ -0,0 +1,3 @@
a
b
z

2
tests/fixtures/comm/ab1.expected vendored Normal file
View file

@ -0,0 +1,2 @@
b
z

2
tests/fixtures/comm/ab2.expected vendored Normal file
View file

@ -0,0 +1,2 @@
a
z

2
tests/fixtures/comm/ab3.expected vendored Normal file
View file

@ -0,0 +1,2 @@
a
b

2
tests/fixtures/comm/aempty.expected vendored Normal file
View file

@ -0,0 +1,2 @@
a
z

2
tests/fixtures/comm/b vendored Normal file
View file

@ -0,0 +1,2 @@
b
z

0
tests/fixtures/comm/empty vendored Normal file
View file

View file