mirror of
https://gitlab.com/arnekeller/ascii-table.git
synced 2024-12-04 13:39:06 +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));
|
||||
}
|
||||
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn color_codes_zero() {
|
||||
let config = AsciiTable::default();
|
||||
@ -629,7 +628,6 @@ fn color_codes() {
|
||||
assert_eq!(expected, config.format(input));
|
||||
}
|
||||
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn color_codes_in_header() {
|
||||
let mut config = AsciiTable::default();
|
||||
|
Loading…
Reference in New Issue
Block a user