mirror of
https://github.com/sharkdp/bat.git
synced 2025-11-01 07:32:01 +00:00
Add line with invalid UTF-8
This commit is contained in:
committed by
David Peter
parent
c826c2a438
commit
d0782ef954
@@ -10,6 +10,7 @@ _ fn main() {
|
||||
~ "The perimeter of the rectangle is {} pixels.",
|
||||
~ perimeter(&rect1)
|
||||
);
|
||||
+ <bat: INVALID UTF-8>
|
||||
}
|
||||
|
||||
fn area(rectangle: &Rectangle) -> u32 {
|
||||
|
||||
Reference in New Issue
Block a user