1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 23:22:03 +00:00

Update snapshots.

This commit is contained in:
eth-p
2018-09-11 15:04:44 -07:00
parent 503fe0b641
commit 9ef1e9f792
23 changed files with 23 additions and 23 deletions

View File

@@ -13,7 +13,7 @@
10 ~ │ "The perimeter of the rectangle is {} pixels.",
11 ~ │ perimeter(&rect1)
12 │ );
13 + │ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
13 + │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
14 │ }
15 │
16 │ fn area(rectangle: &Rectangle) -> u32 {