mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
rewrite tests for cargo compat, decoupled directory, output handling
This commit is contained in:
parent
b20b2cca19
commit
a21c54e2cd
165 changed files with 4315 additions and 3538 deletions
16
tests/fixtures/paste/html_colors.expected
vendored
Normal file
16
tests/fixtures/paste/html_colors.expected
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
white #FFFFFF
|
||||
silver #C0C0C0
|
||||
gray #808080
|
||||
black #000000
|
||||
red #FF0000
|
||||
maroon #800000
|
||||
yellow #FFFF00
|
||||
olive #808000
|
||||
lime #00FF00
|
||||
green #008000
|
||||
aqua #00FFFF
|
||||
teal #008080
|
||||
blue #0000FF
|
||||
navy #000080
|
||||
fuchsia #FF00FF
|
||||
purple #800080
|
32
tests/fixtures/paste/html_colors.txt
vendored
Normal file
32
tests/fixtures/paste/html_colors.txt
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
white
|
||||
#FFFFFF
|
||||
silver
|
||||
#C0C0C0
|
||||
gray
|
||||
#808080
|
||||
black
|
||||
#000000
|
||||
red
|
||||
#FF0000
|
||||
maroon
|
||||
#800000
|
||||
yellow
|
||||
#FFFF00
|
||||
olive
|
||||
#808000
|
||||
lime
|
||||
#00FF00
|
||||
green
|
||||
#008000
|
||||
aqua
|
||||
#00FFFF
|
||||
teal
|
||||
#008080
|
||||
blue
|
||||
#0000FF
|
||||
navy
|
||||
#000080
|
||||
fuchsia
|
||||
#FF00FF
|
||||
purple
|
||||
#800080
|
Loading…
Add table
Add a link
Reference in a new issue