mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-02 20:27:15 +02:00
Re-generate files again
This commit is contained in:
parent
b7690d4bb1
commit
3e21d69a92
@ -10,7 +10,7 @@ _ fn main() {
|
|||||||
~ "The perimeter of the rectangle is {} pixels.",
|
~ "The perimeter of the rectangle is {} pixels.",
|
||||||
~ perimeter(&rect1)
|
~ perimeter(&rect1)
|
||||||
);
|
);
|
||||||
+ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
+ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
}
|
}
|
||||||
|
|
||||||
fn area(rectangle: &Rectangle) -> u32 {
|
fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -10,7 +10,7 @@ _ │ fn main() {
|
|||||||
~ │ "The perimeter of the rectangle is {} pixels.",
|
~ │ "The perimeter of the rectangle is {} pixels.",
|
||||||
~ │ perimeter(&rect1)
|
~ │ perimeter(&rect1)
|
||||||
│ );
|
│ );
|
||||||
+ │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
+ │ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
│ }
|
│ }
|
||||||
│
|
│
|
||||||
│ fn area(rectangle: &Rectangle) -> u32 {
|
│ fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -13,7 +13,7 @@ _ │ fn main() {
|
|||||||
~ │ "The perimeter of the rectangle is {} pixels.",
|
~ │ "The perimeter of the rectangle is {} pixels.",
|
||||||
~ │ perimeter(&rect1)
|
~ │ perimeter(&rect1)
|
||||||
│ );
|
│ );
|
||||||
+ │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
+ │ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
│ }
|
│ }
|
||||||
│
|
│
|
||||||
│ fn area(rectangle: &Rectangle) -> u32 {
|
│ fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
||||||
11 ~ │ perimeter(&rect1)
|
11 ~ │ perimeter(&rect1)
|
||||||
12 │ );
|
12 │ );
|
||||||
13 + │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
13 + │ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
14 │ }
|
14 │ }
|
||||||
15 │
|
15 │
|
||||||
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
||||||
11 ~ │ perimeter(&rect1)
|
11 ~ │ perimeter(&rect1)
|
||||||
12 │ );
|
12 │ );
|
||||||
13 + │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
13 + │ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
14 │ }
|
14 │ }
|
||||||
15 │
|
15 │
|
||||||
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -11,7 +11,7 @@ _ fn main() {
|
|||||||
~ "The perimeter of the rectangle is {} pixels.",
|
~ "The perimeter of the rectangle is {} pixels.",
|
||||||
~ perimeter(&rect1)
|
~ perimeter(&rect1)
|
||||||
);
|
);
|
||||||
+ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
+ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
}
|
}
|
||||||
|
|
||||||
fn area(rectangle: &Rectangle) -> u32 {
|
fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
10 ~ "The perimeter of the rectangle is {} pixels.",
|
10 ~ "The perimeter of the rectangle is {} pixels.",
|
||||||
11 ~ perimeter(&rect1)
|
11 ~ perimeter(&rect1)
|
||||||
12 );
|
12 );
|
||||||
13 + println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
13 + println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
14 }
|
14 }
|
||||||
15
|
15
|
||||||
16 fn area(rectangle: &Rectangle) -> u32 {
|
16 fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
10 ~ "The perimeter of the rectangle is {} pixels.",
|
10 ~ "The perimeter of the rectangle is {} pixels.",
|
||||||
11 ~ perimeter(&rect1)
|
11 ~ perimeter(&rect1)
|
||||||
12 );
|
12 );
|
||||||
13 + println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
13 + println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
14 }
|
14 }
|
||||||
15
|
15
|
||||||
16 fn area(rectangle: &Rectangle) -> u32 {
|
16 fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
||||||
11 ~ │ perimeter(&rect1)
|
11 ~ │ perimeter(&rect1)
|
||||||
12 │ );
|
12 │ );
|
||||||
13 + │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
13 + │ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
14 │ }
|
14 │ }
|
||||||
15 │
|
15 │
|
||||||
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -10,7 +10,7 @@ fn main() {
|
|||||||
"The perimeter of the rectangle is {} pixels.",
|
"The perimeter of the rectangle is {} pixels.",
|
||||||
perimeter(&rect1)
|
perimeter(&rect1)
|
||||||
);
|
);
|
||||||
println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
}
|
}
|
||||||
|
|
||||||
fn area(rectangle: &Rectangle) -> u32 {
|
fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -13,7 +13,7 @@ fn main() {
|
|||||||
"The perimeter of the rectangle is {} pixels.",
|
"The perimeter of the rectangle is {} pixels.",
|
||||||
perimeter(&rect1)
|
perimeter(&rect1)
|
||||||
);
|
);
|
||||||
println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
}
|
}
|
||||||
|
|
||||||
fn area(rectangle: &Rectangle) -> u32 {
|
fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
10 │ "The perimeter of the rectangle is {} pixels.",
|
10 │ "The perimeter of the rectangle is {} pixels.",
|
||||||
11 │ perimeter(&rect1)
|
11 │ perimeter(&rect1)
|
||||||
12 │ );
|
12 │ );
|
||||||
13 │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
13 │ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
14 │ }
|
14 │ }
|
||||||
15 │
|
15 │
|
||||||
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
10 │ "The perimeter of the rectangle is {} pixels.",
|
10 │ "The perimeter of the rectangle is {} pixels.",
|
||||||
11 │ perimeter(&rect1)
|
11 │ perimeter(&rect1)
|
||||||
12 │ );
|
12 │ );
|
||||||
13 │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
13 │ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
14 │ }
|
14 │ }
|
||||||
15 │
|
15 │
|
||||||
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -11,7 +11,7 @@ fn main() {
|
|||||||
"The perimeter of the rectangle is {} pixels.",
|
"The perimeter of the rectangle is {} pixels.",
|
||||||
perimeter(&rect1)
|
perimeter(&rect1)
|
||||||
);
|
);
|
||||||
println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
}
|
}
|
||||||
|
|
||||||
fn area(rectangle: &Rectangle) -> u32 {
|
fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
10 "The perimeter of the rectangle is {} pixels.",
|
10 "The perimeter of the rectangle is {} pixels.",
|
||||||
11 perimeter(&rect1)
|
11 perimeter(&rect1)
|
||||||
12 );
|
12 );
|
||||||
13 println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
13 println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
14 }
|
14 }
|
||||||
15
|
15
|
||||||
16 fn area(rectangle: &Rectangle) -> u32 {
|
16 fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
10 "The perimeter of the rectangle is {} pixels.",
|
10 "The perimeter of the rectangle is {} pixels.",
|
||||||
11 perimeter(&rect1)
|
11 perimeter(&rect1)
|
||||||
12 );
|
12 );
|
||||||
13 println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
13 println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
14 }
|
14 }
|
||||||
15
|
15
|
||||||
16 fn area(rectangle: &Rectangle) -> u32 {
|
16 fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -10,7 +10,7 @@ fn main() {
|
|||||||
"The perimeter of the rectangle is {} pixels.",
|
"The perimeter of the rectangle is {} pixels.",
|
||||||
perimeter(&rect1)
|
perimeter(&rect1)
|
||||||
);
|
);
|
||||||
println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
}
|
}
|
||||||
|
|
||||||
fn area(rectangle: &Rectangle) -> u32 {
|
fn area(rectangle: &Rectangle) -> u32 {
|
||||||
@ -23,14 +23,14 @@ fn perimeter(rectangle: &Rectangle) -> u32 {
|
|||||||
|
|
||||||
// Tab alignment:
|
// Tab alignment:
|
||||||
/*
|
/*
|
||||||
Indent
|
Indent
|
||||||
1 2 3 4
|
1 2 3 4
|
||||||
1 ?
|
1 ?
|
||||||
22 ?
|
22 ?
|
||||||
333 ?
|
333 ?
|
||||||
4444 ?
|
4444 ?
|
||||||
55555 ?
|
55555 ?
|
||||||
666666 ?
|
666666 ?
|
||||||
7777777 ?
|
7777777 ?
|
||||||
88888888 ?
|
88888888 ?
|
||||||
*/
|
*/
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
||||||
11 ~ │ perimeter(&rect1)
|
11 ~ │ perimeter(&rect1)
|
||||||
12 │ );
|
12 │ );
|
||||||
13 + │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
13 + │ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
14 │ }
|
14 │ }
|
||||||
15 │
|
15 │
|
||||||
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
||||||
11 ~ │ perimeter(&rect1)
|
11 ~ │ perimeter(&rect1)
|
||||||
12 │ );
|
12 │ );
|
||||||
13 + │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
13 + │ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
14 │ }
|
14 │ }
|
||||||
15 │
|
15 │
|
||||||
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
||||||
11 ~ │ perimeter(&rect1)
|
11 ~ │ perimeter(&rect1)
|
||||||
12 │ );
|
12 │ );
|
||||||
13 + │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
13 + │ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
14 │ }
|
14 │ }
|
||||||
15 │
|
15 │
|
||||||
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
||||||
11 ~ │ perimeter(&rect1)
|
11 ~ │ perimeter(&rect1)
|
||||||
12 │ );
|
12 │ );
|
||||||
13 + │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
13 + │ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
14 │ }
|
14 │ }
|
||||||
15 │
|
15 │
|
||||||
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
||||||
11 ~ │ perimeter(&rect1)
|
11 ~ │ perimeter(&rect1)
|
||||||
12 │ );
|
12 │ );
|
||||||
13 + │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
13 + │ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
14 │ }
|
14 │ }
|
||||||
15 │
|
15 │
|
||||||
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
10 ~ │ "The perimeter of the rectangle is {} pixels.",
|
||||||
11 ~ │ perimeter(&rect1)
|
11 ~ │ perimeter(&rect1)
|
||||||
12 │ );
|
12 │ );
|
||||||
13 + │ println!(r#"This line contains invalid utf8: "øˆ€€€"#;
|
13 + │ println!(r#"This line contains invalid utf8: "<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"#;
|
||||||
14 │ }
|
14 │ }
|
||||||
15 │
|
15 │
|
||||||
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
16 │ fn area(rectangle: &Rectangle) -> u32 {
|
||||||
|
Loading…
Reference in New Issue
Block a user