glyph serialization
This commit is contained in:
@@ -727,7 +727,7 @@ mod tests {
|
||||
assert_eq!(g.fg, base.fg, "fg unchanged");
|
||||
assert_eq!(g.bg, base.bg, "bg unchanged");
|
||||
}
|
||||
assert_eq!(seq, vec![47, 0xC4, 92, 0xB3, 47]);
|
||||
assert_eq!(seq, vec!['/', '─', '\\', '│', '/']);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user