1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

od: refactor: readability of expected output

use multiple lines in source too and use unindent crate to fix spacing
This commit is contained in:
Wim Hueskes 2016-07-18 22:25:33 +02:00
parent 783daa5839
commit a900b42a1f
3 changed files with 30 additions and 7 deletions

6
Cargo.lock generated
View file

@ -90,6 +90,7 @@ dependencies = [
"tty 0.0.1",
"uname 0.0.1",
"unexpand 0.0.1",
"unindent 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"uniq 0.0.1",
"unlink 0.0.1",
"uptime 0.0.1",
@ -1129,6 +1130,11 @@ name = "unicode-width"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "unindent"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "uniq"
version = "0.0.1"