mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
tests ~ (sub-crate/od) fix/remove inadvertent doc test (by using ignore
)
This commit is contained in:
parent
49d17f9587
commit
b2483cb3c3
1 changed files with 2 additions and 2 deletions
|
@ -99,7 +99,7 @@ impl OutputInfo {
|
|||
///
|
||||
/// Multiple representations of the same data, will be right-aligned for easy reading.
|
||||
/// For example a 64 bit octal and a 32-bit decimal with a 16-bit hexadecimal looks like this:
|
||||
/// ```
|
||||
/// ```ignore
|
||||
/// 1777777777777777777777 1777777777777777777777
|
||||
/// 4294967295 4294967295 4294967295 4294967295
|
||||
/// ffff ffff ffff ffff ffff ffff ffff ffff
|
||||
|
@ -131,7 +131,7 @@ impl OutputInfo {
|
|||
///
|
||||
/// Here is another example showing the alignment of 64-bit unsigned decimal numbers,
|
||||
/// 32-bit hexadecimal number, 16-bit octal numbers and 8-bit hexadecimal numbers:
|
||||
/// ```
|
||||
/// ```ignore
|
||||
/// 18446744073709551615 18446744073709551615
|
||||
/// ffffffff ffffffff ffffffff ffffffff
|
||||
/// 177777 177777 177777 177777 177777 177777 177777 177777
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue