mirror of
https://gitlab.com/arnekeller/ascii-table.git
synced 2024-12-04 21:49:08 +00:00
save game
This commit is contained in:
parent
a30489cd5b
commit
a9638d6157
@ -522,7 +522,6 @@ fn mixed_types() {
|
|||||||
assert_eq!(expected, config.format(input));
|
assert_eq!(expected, config.format(input));
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[test]
|
#[test]
|
||||||
fn color_codes_zero() {
|
fn color_codes_zero() {
|
||||||
let config = AsciiTable::default();
|
let config = AsciiTable::default();
|
||||||
@ -629,7 +628,6 @@ fn color_codes() {
|
|||||||
assert_eq!(expected, config.format(input));
|
assert_eq!(expected, config.format(input));
|
||||||
}
|
}
|
||||||
|
|
||||||
#[ignore]
|
|
||||||
#[test]
|
#[test]
|
||||||
fn color_codes_in_header() {
|
fn color_codes_in_header() {
|
||||||
let mut config = AsciiTable::default();
|
let mut config = AsciiTable::default();
|
||||||
|
Loading…
Reference in New Issue
Block a user